C# 클래스 Dev2.Providers.Logs.CustomTextWriter

This is the trace writer used by the studio. Note other than testing there are no usages for this class as it is initialized from the app.config
상속: System.Diagnostics.TraceListener
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Write ( string value ) : void
WriteLine ( string value ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Write() 공개 메소드

public Write ( string value ) : void
value string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string value ) : void
value string
리턴 void