Delen via


IWithDiagnosticLogging<ParentT> Interface

Definitie

Een update van het diagnostische logboek van de web-app waarmee de logboekbron kan worden ingesteld.

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

Type parameters

ParentT

Het retourtype van de uiteindelijke Attachable.attach().

Afgeleid

Methoden

WithApplicationLogging()

Logboekregistratie vanuit de webtoepassing inschakelen.

WithoutApplicationLogging()

Logboekregistratie uitschakelen vanuit de webtoepassing.

WithoutWebServerLogging()

Logboekregistratie van de webserver uitschakelen.

WithWebServerLogging()

Logboekregistratie vanaf de webserver inschakelen.

Van toepassing op