C# Class Com.Eucalyptus.Windows.LogTools

ファイルを表示 Open project: eucalyptus/windows-integration Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
LogTools ( ) : System
WriteLogFile ( int logType, String msg ) : void

Method Details

CommitEucaLog() public static method

public static CommitEucaLog ( ) : void
return void

Critical() public static method

public static Critical ( string msg ) : void
msg string
return void

Debug() public static method

public static Debug ( string msg ) : void
msg string
return void

Exception() public static method

public static Exception ( Exception e ) : void
e System.Exception
return void

Exception() public static method

public static Exception ( String msg, Exception e ) : void
msg String
e System.Exception
return void

Info() public static method

public static Info ( string msg ) : void
msg string
return void

Log() public method

public Log ( String msg ) : void
msg String
return void

Log() public method

public Log ( int logType, String msg ) : void
logType int
msg String
return void

LogCritical() public method

public LogCritical ( String msg ) : void
msg String
return void

LogDebug() public method

public LogDebug ( String msg ) : void
msg String
return void

LogEuca() public static method

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

LogEuca() public static method

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

LogEuca() public static method

public static LogEuca ( string msg ) : void
msg string
return void

LogEuca() public static method

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

LogException() public method

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

LogInfo() public method

public LogInfo ( String msg ) : void
msg String
return void

LogWarning() public method

public LogWarning ( String msg ) : void
msg String
return void

PrintExceptionMessages() public static method

public static PrintExceptionMessages ( Exception e ) : void
e System.Exception
return void

SetLogLocation() public method

public SetLogLocation ( String location ) : void
location String
return void

Warning() public static method

public static Warning ( string msg ) : void
msg string
return void