C# Класс Hawkeye.Logging.log4net.SpecialFolderPatternConverter

Наследование: global::log4net.Util.PatternConverter
Показать файл Открыть проект

Защищенные методы

Метод Описание
Convert ( TextWriter writer, object state ) : void

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

Описание методов

Convert() защищенный Метод

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.
Результат void