IWithApplicationLogLevel<ParentT> 인터페이스

정의

애플리케이션 로그 수준을 지정할 수 있는 웹앱 진단 로그 정의입니다.

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

형식 매개 변수

ParentT

이 정의를 연결한 후 로 돌아갈 부모 정의의 단계입니다.

파생

메서드

WithLogLevel(LogLevel)

애플리케이션 로그 수준을 지정합니다.

적용 대상