C# Class System.Diagnostics.SourceFilter

Inheritance: TraceFilter
Datei anzeigen 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
SourceFilter ( string source )

Method Details

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

SourceFilter() public method

public SourceFilter ( string source )
source string