C# Class Hawkeye.Logging.log4net.SpecialFolderPatternConverter

Inheritance: global::log4net.Util.PatternConverter
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes protégées

Méthode Description
Convert ( TextWriter writer, object state ) : void

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

Method Details

Convert() protected méthode

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.
Résultat void