C# Class Com.Eucalyptus.EucaLogger

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

Public Methods

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

Private Methods

Method Description
EucaLogger ( ) : System
WriteLogFile ( String msg ) : void

Method Details

Debug() public static method

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

DevDebug() public static method

public static DevDebug ( String msg ) : void
msg String
return void

Error() public static method

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

Exception() public static method

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

Exception() public static method

public static Exception ( int logType, String msg, Exception e ) : void
logType int
msg String
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 ( int logType, String msg ) : void
logType int
msg String
return void

LogDebug() public method

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

LogError() public method

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

LogException() public method

public LogException ( int logType, String msg, Exception e ) : void
logType int
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

Warning() public static method

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