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
Modifier and TypeMethodDescriptionEnable logging from the web application.Enable logging from the web server.
-
Method Details
-
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
-