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
Modifier and TypeMethodDescriptionwithLogLevel
(LogLevel logLevel) Specifies the application log level.
-
Method Details
-
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
-