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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel<ParentT>withApplicationLogging()Enable logging from the web application.WebAppDiagnosticLogs.UpdateStages.Update<ParentT>withoutApplicationLogging()Disable logging from the web application.WebAppDiagnosticLogs.UpdateStages.Update<ParentT>withoutWebServerLogging()Disable logging from the web server.WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer<ParentT>withWebServerLogging()Enable logging from the web server.
-
-
-
Method Detail
-
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
-
-