C# 클래스 System.Diagnostics.TraceFilter

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
ShouldTrace ( System cache, string source, System eventType, int id, string formatOrMessage, object args, object data1, object data ) : bool

보호된 메소드들

메소드 설명
TraceFilter ( )

메소드 상세

ShouldTrace() 공개 추상적인 메소드

public abstract ShouldTrace ( System cache, string source, System eventType, int id, string formatOrMessage, object args, object data1, object data ) : bool
cache System
source string
eventType System
id int
formatOrMessage string
args object
data1 object
data object
리턴 bool

TraceFilter() 보호된 메소드

protected TraceFilter ( )