C# 클래스 Endjin.Assembly.ChangeDetection.Infrastructure.TraceCfgParser

파일 보기 프로젝트 열기: endjin/Endjin.Assembly.ChangeDetection 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Filters System.Diagnostics.TraceFilter
NotFilters System.Diagnostics.TraceFilter
OutDevice System.Diagnostics.TraceListener
UseAppConfigListeners bool

공개 메소드들

메소드 설명
AddPIDAndAppDomainNameToFileName ( string file ) : string
CreateTraceFile ( string filebaseName ) : TextWriter
TraceCfgParser ( string config ) : System

Format string is of the form outDevice; type flag1+flag2+...;type flags; ... where flags are a combination of trace markers

비공개 메소드들

메소드 설명
GetFilters ( string filters, int nSkip ) : string[]>>.IEnumerable
OpenOutputDevice ( string outDevice ) : void
ParseMsgTypeFilter ( string typeFilters ) : MessageTypes>.KeyValuePair

메소드 상세

AddPIDAndAppDomainNameToFileName() 공개 정적인 메소드

public static AddPIDAndAppDomainNameToFileName ( string file ) : string
file string
리턴 string

CreateTraceFile() 공개 정적인 메소드

public static CreateTraceFile ( string filebaseName ) : TextWriter
filebaseName string
리턴 System.IO.TextWriter

TraceCfgParser() 공개 메소드

Format string is of the form outDevice; type flag1+flag2+...;type flags; ... where flags are a combination of trace markers
public TraceCfgParser ( string config ) : System
config string
리턴 System

프로퍼티 상세

Filters 공개적으로 프로퍼티

public TraceFilter,System.Diagnostics Filters
리턴 System.Diagnostics.TraceFilter

NotFilters 공개적으로 프로퍼티

public TraceFilter,System.Diagnostics NotFilters
리턴 System.Diagnostics.TraceFilter

OutDevice 공개적으로 프로퍼티

public TraceListener,System.Diagnostics OutDevice
리턴 System.Diagnostics.TraceListener

UseAppConfigListeners 공개적으로 프로퍼티

public bool UseAppConfigListeners
리턴 bool