IWithDiagnosticLogging<ParentT> Interface

Definition

A web app diagnostic log update allowing the log source to be set.

public interface IWithDiagnosticLogging<ParentT>
type IWithDiagnosticLogging<'ParentT> = interface
Public Interface IWithDiagnosticLogging(Of ParentT)

Type Parameters

ParentT

The return type of the final Attachable.attach().

Derived

Methods

WithApplicationLogging()

Enable logging from the web application.

WithoutApplicationLogging()

Disable logging from the web application.

WithoutWebServerLogging()

Disable logging from the web server.

WithWebServerLogging()

Enable logging from the web server.

Applies to