C# 클래스 Com.Eucalyptus.EucaLogger

파일 보기 프로젝트 열기: eucalyptus/windows-integration 1 사용 예제들

공개 메소드들

메소드 설명
Debug ( string msg ) : void
DevDebug ( String msg ) : void
Error ( string msg ) : void
Exception ( int logType, Exception e ) : void
Exception ( int logType, String msg, Exception e ) : void
Exception ( string msg, Exception e ) : void
Info ( string msg ) : void
Log ( int logType, String msg ) : void
LogDebug ( String msg ) : void
LogError ( String msg ) : void
LogException ( int logType, String msg, Exception e ) : void
LogInfo ( String msg ) : void
LogWarning ( String msg ) : void
Warning ( string msg ) : void

비공개 메소드들

메소드 설명
EucaLogger ( ) : System
WriteLogFile ( String msg ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( string msg ) : void
msg string
리턴 void

DevDebug() 공개 정적인 메소드

public static DevDebug ( String msg ) : void
msg String
리턴 void

Error() 공개 정적인 메소드

public static Error ( string msg ) : void
msg string
리턴 void

Exception() 공개 정적인 메소드

public static Exception ( int logType, Exception e ) : void
logType int
e System.Exception
리턴 void

Exception() 공개 정적인 메소드

public static Exception ( int logType, String msg, Exception e ) : void
logType int
msg String
e System.Exception
리턴 void

Exception() 공개 정적인 메소드

public static Exception ( string msg, Exception e ) : void
msg string
e System.Exception
리턴 void

Info() 공개 정적인 메소드

public static Info ( string msg ) : void
msg string
리턴 void

Log() 공개 메소드

public Log ( int logType, String msg ) : void
logType int
msg String
리턴 void

LogDebug() 공개 메소드

public LogDebug ( String msg ) : void
msg String
리턴 void

LogError() 공개 메소드

public LogError ( String msg ) : void
msg String
리턴 void

LogException() 공개 메소드

public LogException ( int logType, String msg, Exception e ) : void
logType int
msg String
e System.Exception
리턴 void

LogInfo() 공개 메소드

public LogInfo ( String msg ) : void
msg String
리턴 void

LogWarning() 공개 메소드

public LogWarning ( String msg ) : void
msg String
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( string msg ) : void
msg string
리턴 void