C# Class System.Diagnostics.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

Méthodes protégées

Méthode Description
TraceFilter ( )

Method Details

ShouldTrace() public abstract méthode

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

TraceFilter() protected méthode

protected TraceFilter ( )