C# 클래스 Com.Eucalyptus.Windows.LogTools

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

공개 메소드들

메소드 설명
CommitEucaLog ( ) : void
Critical ( string msg ) : void
Debug ( string msg ) : void
Exception ( Exception e ) : void
Exception ( String msg, Exception e ) : void
Info ( string msg ) : void
Log ( String msg ) : void
Log ( int logType, String msg ) : void
LogCritical ( String msg ) : void
LogDebug ( String msg ) : void
LogEuca ( int code, string msg ) : void
LogEuca ( int code, string msg, bool commit ) : void
LogEuca ( string msg ) : void
LogEuca ( string msg, bool commit ) : void
LogException ( String msg, Exception e ) : void
LogInfo ( String msg ) : void
LogWarning ( String msg ) : void
PrintExceptionMessages ( Exception e ) : void
SetLogLocation ( String location ) : void
Warning ( string msg ) : void

비공개 메소드들

메소드 설명
LogTools ( ) : System
WriteLogFile ( int logType, String msg ) : void

메소드 상세

CommitEucaLog() 공개 정적인 메소드

public static CommitEucaLog ( ) : void
리턴 void

Critical() 공개 정적인 메소드

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

Debug() 공개 정적인 메소드

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

Exception() 공개 정적인 메소드

public static Exception ( Exception e ) : void
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 ( String msg ) : void
msg String
리턴 void

Log() 공개 메소드

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

LogCritical() 공개 메소드

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

LogDebug() 공개 메소드

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

LogEuca() 공개 정적인 메소드

public static LogEuca ( int code, string msg ) : void
code int
msg string
리턴 void

LogEuca() 공개 정적인 메소드

public static LogEuca ( int code, string msg, bool commit ) : void
code int
msg string
commit bool
리턴 void

LogEuca() 공개 정적인 메소드

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

LogEuca() 공개 정적인 메소드

public static LogEuca ( string msg, bool commit ) : void
msg string
commit bool
리턴 void

LogException() 공개 메소드

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

LogInfo() 공개 메소드

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

LogWarning() 공개 메소드

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

PrintExceptionMessages() 공개 정적인 메소드

public static PrintExceptionMessages ( Exception e ) : void
e System.Exception
리턴 void

SetLogLocation() 공개 메소드

public SetLogLocation ( String location ) : void
location String
리턴 void

Warning() 공개 정적인 메소드

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