System.Diagnostics.EventTypeFilter.ShouldTrace C# (CSharp) Method

ShouldTrace() public method

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
return bool
        public override bool ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data) { throw null; }
    }