IWithDiagnosticLogging<ParentT> 인터페이스

정의

로그 원본을 설정할 수 있는 웹앱 진단 로그 정의입니다.

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

형식 매개 변수

ParentT

최종 Attachable.attach()의 반환 형식입니다.

파생

메서드

WithApplicationLogging()

웹 애플리케이션에서 로깅을 사용하도록 설정합니다.

WithWebServerLogging()

웹 서버에서 로깅을 사용하도록 설정합니다.

적용 대상