C# Class PBCaGw.Services.GWCriticalStartStopFilter

Shows only Critical, Errors, start and stop messages.
Inheritance: System.Diagnostics.TraceFilter
Datei anzeigen Open project: ISISComputingGroup/EPICS-epicssharp

Public Methods

Method Description
ShouldTrace ( TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage, object args, object data1, object data ) : bool

Method Details

ShouldTrace() public method

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
return bool