C# 클래스 PBCaGw.Services.GWCriticalStartStopFilter

Shows only Critical, Errors, start and stop messages.
상속: System.Diagnostics.TraceFilter
파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-epicssharp

공개 메소드들

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

메소드 상세

ShouldTrace() 공개 메소드

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