C# 클래스 Hawkeye.Logging.log4net.SpecialFolderPatternConverter

상속: global::log4net.Util.PatternConverter
파일 보기 프로젝트 열기: odalet/Hawkeye2

보호된 메소드들

메소드 설명
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