Interface WebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging<ParentT>
- Type Parameters:
ParentT
- the return type of the finalAttachable.attach()
- All Known Subinterfaces:
WebAppDiagnosticLogs.UpdateDefinition<ParentT>
,WebAppDiagnosticLogs.UpdateStages.Blank<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs.UpdateStages
public static interface WebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging<ParentT>
A web app diagnostic log update allowing the log source to be set.
-
Method Summary
Modifier and TypeMethodDescriptionEnable logging from the web application.Disable logging from the web application.Disable logging from the web server.Enable logging from the web server.
-
Method Details
-
withApplicationLogging
WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel<ParentT> withApplicationLogging()Enable logging from the web application.- Returns:
- the next stage of the update
-
withoutApplicationLogging
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withoutApplicationLogging()Disable logging from the web application.- Returns:
- the next stage of the update
-
withWebServerLogging
WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer<ParentT> withWebServerLogging()Enable logging from the web server.- Returns:
- the next stage of the update
-
withoutWebServerLogging
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withoutWebServerLogging()Disable logging from the web server.- Returns:
- the next stage of the update
-