WebAppDiagnosticLogs.DefinitionStages.WithDiagnosticLogging<ParentT> Interface
Type Parameters
- ParentT
the return type of the final Attachable#attach()
public static interface WebAppDiagnosticLogs.DefinitionStages.WithDiagnosticLogging
A web app diagnostic log definition 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. |
Method Details
withApplicationLogging
public abstract WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel
Enable logging from the web application.
Returns:
withWebServerLogging
public abstract WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForWebServer
Enable logging from the web server.
Returns:
Applies to
Azure SDK for Java