Interface WebAppDiagnosticLogs.DefinitionStages.WithDiagnosticLogging<ParentT>
-
- Type Parameters:
ParentT- the return type of the finalAttachable.attach()
- All Known Subinterfaces:
WebAppDiagnosticLogs.Definition<ParentT>,WebAppDiagnosticLogs.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs.DefinitionStages
public static interface WebAppDiagnosticLogs.DefinitionStages.WithDiagnosticLogging<ParentT>A web app diagnostic log definition allowing the log source to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel<ParentT>withApplicationLogging()Enable logging from the web application.WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForWebServer<ParentT>withWebServerLogging()Enable logging from the web server.
-
-
-
Method Detail
-
withApplicationLogging
WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel<ParentT> withApplicationLogging()
Enable logging from the web application.- Returns:
- the next stage of the definition
-
withWebServerLogging
WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForWebServer<ParentT> withWebServerLogging()
Enable logging from the web server.- Returns:
- the next stage of the definition
-
-