WebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging<ParentT> Interface
Type Parameters
- ParentT
the return type of the final Attachable#attach()
public static interface WebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging
A web app diagnostic log update allowing the log source to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withApplicationLogging()
Enable logging from the web application. |
abstract
With |
withWebServerLogging()
Enable logging from the web server. |
abstract Update<ParentT> |
withoutApplicationLogging()
Disable logging from the web application. |
abstract Update<ParentT> |
withoutWebServerLogging()
Disable logging from the web server. |
Method Details
withApplicationLogging
public abstract WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel
Enable logging from the web application.
Returns:
withWebServerLogging
public abstract WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer
Enable logging from the web server.
Returns:
withoutApplicationLogging
public abstract WebAppDiagnosticLogs.UpdateStages.Update
Disable logging from the web application.
Returns:
withoutWebServerLogging
public abstract WebAppDiagnosticLogs.UpdateStages.Update
Disable logging from the web server.
Returns:
Applies to
Azure SDK for Java