C# Class Hawkeye.Logging.log4net.SpecialFolderPatternConverter

Inheritance: global::log4net.Util.PatternConverter
ファイルを表示 Open project: odalet/Hawkeye2

Protected Methods

Method Description
Convert ( TextWriter writer, object state ) : void

Evaluate this pattern converter and write the output to a writer.

Method Details

Convert() protected method

Evaluate this pattern converter and write the output to a writer.
protected Convert ( TextWriter writer, object state ) : void
writer System.IO.TextWriter that will receive the formatted result.
state object The state object on which the pattern converter should be executed.
return void