C# Class System.Diagnostics.Extensibility.AggregateTraceSource

Logs to multiple tracer sources simulateously. Used for the source "inheritance"
Inheritance: ITraceSource
Afficher le fichier Open project: netfx/extensions Class Usage Examples

Méthodes publiques

Méthode Description
AggregateTraceSource ( string originalSourceName, IEnumerable sources ) : System.Collections.Generic
Flush ( ) : void
ToString ( ) : string
Trace ( TraceEvent traceEvent ) : void

Method Details

AggregateTraceSource() public méthode

public AggregateTraceSource ( string originalSourceName, IEnumerable sources ) : System.Collections.Generic
originalSourceName string
sources IEnumerable
Résultat System.Collections.Generic

Flush() public méthode

public Flush ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Trace() public méthode

public Trace ( TraceEvent traceEvent ) : void
traceEvent TraceEvent
Résultat void