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 WithApplicationLogLevel<ParentT> withApplicationLogging()

Enable logging from the web application.

abstract WithStorageLocationForWebServer<ParentT> withWebServerLogging()

Enable logging from the web server.

Method Details

withApplicationLogging

public abstract WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel withApplicationLogging()

Enable logging from the web application.

Returns:

the next stage of the definition

withWebServerLogging

public abstract WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForWebServer withWebServerLogging()

Enable logging from the web server.

Returns:

the next stage of the definition

Applies to