C# Class System.Diagnostics.SourceFilter

Inheritance: TraceFilter
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat bool

SourceFilter() public méthode

public SourceFilter ( string source )
source string