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:
the next stage of the definition
withWebServerLogging
public abstract WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForWebServer
Enable logging from the web server.
Returns:
the next stage of the definition
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java