C# 클래스 ValidateBuilds.Logging.TextWriterTarget

상속: TargetWithLayout
파일 보기 프로젝트 열기: benjamin-bader/stiletto 1 사용 예제들

공개 메소드들

메소드 설명
TextWriterTarget ( TextWriter writer ) : System.IO

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
FlushAsync ( AsyncContinuation asyncContinuation ) : void
Write ( NLog.Common.AsyncLogEventInfo logEvent ) : void
Write ( LogEventInfo logEvent ) : void

메소드 상세

Dispose() 보호된 메소드

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

FlushAsync() 보호된 메소드

protected FlushAsync ( AsyncContinuation asyncContinuation ) : void
asyncContinuation AsyncContinuation
리턴 void

TextWriterTarget() 공개 메소드

public TextWriterTarget ( TextWriter writer ) : System.IO
writer System.IO.TextWriter
리턴 System.IO

Write() 보호된 메소드

protected Write ( NLog.Common.AsyncLogEventInfo logEvent ) : void
logEvent NLog.Common.AsyncLogEventInfo
리턴 void

Write() 보호된 메소드

protected Write ( LogEventInfo logEvent ) : void
logEvent NLog.LogEventInfo
리턴 void