다음을 통해 공유


LoggingOptions.EventFilter 속성

정의

필터링 옵션의 주체인 이벤트의 이름을 포함하는 배열을 가져오거나 설정합니다.

public:
 property cli::array <System::String ^> ^ EventFilter { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] EventFilter { get; set; }
member this.EventFilter : string[] with get, set
Public Property EventFilter As String()

속성 값

String[]

이벤트의 이름을 포함하는 문자열 배열입니다.

설명

자세한 내용은 프로그래밍 방식으로 로깅 사용 설정을 참조하세요.

적용 대상