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

Enable logging from the web application.

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

Enable logging from the web application.

Returns:

the next stage of the update

withWebServerLogging

public abstract WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer withWebServerLogging()

Enable logging from the web server.

Returns:

the next stage of the update

withoutApplicationLogging

public abstract WebAppDiagnosticLogs.UpdateStages.Update withoutApplicationLogging()

Disable logging from the web application.

Returns:

the next stage of the update

withoutWebServerLogging

public abstract WebAppDiagnosticLogs.UpdateStages.Update withoutWebServerLogging()

Disable logging from the web server.

Returns:

the next stage of the update

Applies to