C# 클래스 System.Diagnostics.Extensibility.AggregateTraceSource

Logs to multiple tracer sources simulateously. Used for the source "inheritance"
상속: ITraceSource
파일 보기 프로젝트 열기: netfx/extensions 1 사용 예제들

공개 메소드들

메소드 설명
AggregateTraceSource ( string originalSourceName, IEnumerable sources ) : System.Collections.Generic
Flush ( ) : void
ToString ( ) : string
Trace ( TraceEvent traceEvent ) : void

메소드 상세

AggregateTraceSource() 공개 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Trace() 공개 메소드

public Trace ( TraceEvent traceEvent ) : void
traceEvent TraceEvent
리턴 void