C# Class ValidateBuilds.Logging.TextWriterTarget

Inheritance: TargetWithLayout
ファイルを表示 Open project: benjamin-bader/stiletto Class Usage Examples

Public Methods

Method Description
TextWriterTarget ( TextWriter writer ) : System.IO

Protected Methods

Method Description
Dispose ( bool disposing ) : void
FlushAsync ( AsyncContinuation asyncContinuation ) : void
Write ( NLog.Common.AsyncLogEventInfo logEvent ) : void
Write ( LogEventInfo logEvent ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FlushAsync() protected method

protected FlushAsync ( AsyncContinuation asyncContinuation ) : void
asyncContinuation AsyncContinuation
return void

TextWriterTarget() public method

public TextWriterTarget ( TextWriter writer ) : System.IO
writer System.IO.TextWriter
return System.IO

Write() protected method

protected Write ( NLog.Common.AsyncLogEventInfo logEvent ) : void
logEvent NLog.Common.AsyncLogEventInfo
return void

Write() protected method

protected Write ( LogEventInfo logEvent ) : void
logEvent NLog.LogEventInfo
return void