ParentT
- the return type of the final Attachable.attach()
public static interface WebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging<ParentT>
Modifier and Type | Method and 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.
|
WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel<ParentT> withApplicationLogging()
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withoutApplicationLogging()
WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer<ParentT> withWebServerLogging()
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withoutWebServerLogging()
Copyright © 2019. All rights reserved.