C# Class RazorPad.UI.Util.TextWriterTarget

Inheritance: TargetWithLayout
ファイルを表示 Open project: RazorPad/RazorPad Class Usage Examples

Public Methods

Method Description
TextWriterTarget ( TextWriter writer ) : System.IO

Protected Methods

Method Description
Write ( LogEventInfo logEvent ) : void

Method Details

TextWriterTarget() public method

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

Write() protected method

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