IWithDiagnosticLogging<ParentT> Interface

Definition

A web app diagnostic log definition 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.

WithWebServerLogging()

Enable logging from the web server.

Applies to