C# Class System.Diagnostics.TraceFilter

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

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

Protected Methods

Method Description
TraceFilter ( )

Method Details

ShouldTrace() public abstract method

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

TraceFilter() protected method

protected TraceFilter ( )