C# 클래스 Utils.LoggerFile

파일 보기 프로젝트 열기: eric7237cire/CodeJam

공개 메소드들

메소드 설명
CurrentDomain_ProcessExit ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
ChangeIndent ( int val ) : void
Log ( String msg ) : void
LogDebug ( String msg ) : void
LogInfo ( String msg ) : void
LogTrace ( String msg ) : void
LoggerFile ( ) : System
replacePlaceholders ( string msg ) : string

메소드 상세

CurrentDomain_ProcessExit() 공개 정적인 메소드

public static CurrentDomain_ProcessExit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void