C# 클래스 System.Diagnostics.SourceFilter

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

공개 메소드들

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

메소드 상세

ShouldTrace() 공개 메소드

public 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

SourceFilter() 공개 메소드

public SourceFilter ( string source )
source string