Interface WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
WebAppDiagnosticLogs.Definition<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs.DefinitionStages
public static interface WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel<ParentT>A web app diagnostic log definition allowing application log level to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForApplication<ParentT>withLogLevel(LogLevel logLevel)Specifies the application log level.
-
-
-
Method Detail
-
withLogLevel
WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForApplication<ParentT> withLogLevel(LogLevel logLevel)
Specifies the application log level.- Parameters:
logLevel- the application log level- Returns:
- the next stage of the definition
-
-