C# Class System.Diagnostics.Extensibility.AggregateTraceSource

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

Public Methods

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

Method Details

AggregateTraceSource() public method

public AggregateTraceSource ( string originalSourceName, IEnumerable sources ) : System.Collections.Generic
originalSourceName string
sources IEnumerable
return System.Collections.Generic

Flush() public method

public Flush ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Trace() public method

public Trace ( TraceEvent traceEvent ) : void
traceEvent TraceEvent
return void