C# Class Com.Eucalyptus.Windows.LogTools

Afficher le fichier Open project: eucalyptus/windows-integration Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
LogTools ( ) : System
WriteLogFile ( int logType, String msg ) : void

Method Details

CommitEucaLog() public static méthode

public static CommitEucaLog ( ) : void
Résultat void

Critical() public static méthode

public static Critical ( string msg ) : void
msg string
Résultat void

Debug() public static méthode

public static Debug ( string msg ) : void
msg string
Résultat void

Exception() public static méthode

public static Exception ( Exception e ) : void
e System.Exception
Résultat void

Exception() public static méthode

public static Exception ( String msg, Exception e ) : void
msg String
e System.Exception
Résultat void

Info() public static méthode

public static Info ( string msg ) : void
msg string
Résultat void

Log() public méthode

public Log ( String msg ) : void
msg String
Résultat void

Log() public méthode

public Log ( int logType, String msg ) : void
logType int
msg String
Résultat void

LogCritical() public méthode

public LogCritical ( String msg ) : void
msg String
Résultat void

LogDebug() public méthode

public LogDebug ( String msg ) : void
msg String
Résultat void

LogEuca() public static méthode

public static LogEuca ( int code, string msg ) : void
code int
msg string
Résultat void

LogEuca() public static méthode

public static LogEuca ( int code, string msg, bool commit ) : void
code int
msg string
commit bool
Résultat void

LogEuca() public static méthode

public static LogEuca ( string msg ) : void
msg string
Résultat void

LogEuca() public static méthode

public static LogEuca ( string msg, bool commit ) : void
msg string
commit bool
Résultat void

LogException() public méthode

public LogException ( String msg, Exception e ) : void
msg String
e System.Exception
Résultat void

LogInfo() public méthode

public LogInfo ( String msg ) : void
msg String
Résultat void

LogWarning() public méthode

public LogWarning ( String msg ) : void
msg String
Résultat void

PrintExceptionMessages() public static méthode

public static PrintExceptionMessages ( Exception e ) : void
e System.Exception
Résultat void

SetLogLocation() public méthode

public SetLogLocation ( String location ) : void
location String
Résultat void

Warning() public static méthode

public static Warning ( string msg ) : void
msg string
Résultat void