Method | Description | |
---|---|---|
CommitEucaLog ( ) : void | ||
Critical ( string msg ) : void | ||
Debug ( string msg ) : void | ||
Exception ( |
||
Exception ( String msg, |
||
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, |
||
LogInfo ( String msg ) : void | ||
LogWarning ( String msg ) : void | ||
PrintExceptionMessages ( |
||
SetLogLocation ( String location ) : void | ||
Warning ( string msg ) : void |
Method | Description | |
---|---|---|
LogTools ( ) : System | ||
WriteLogFile ( int logType, String msg ) : void |
public static Exception ( |
||
e | ||
return | void |
public static Exception ( String msg, |
||
msg | String | |
e | ||
return | void |
public Log ( int logType, String msg ) : void | ||
logType | int | |
msg | String | |
return | void |
public static LogEuca ( int code, string msg ) : void | ||
code | int | |
msg | string | |
return | void |
public static LogEuca ( int code, string msg, bool commit ) : void | ||
code | int | |
msg | string | |
commit | bool | |
return | void |
public static LogEuca ( string msg, bool commit ) : void | ||
msg | string | |
commit | bool | |
return | void |
public LogException ( String msg, |
||
msg | String | |
e | ||
return | void |
public static PrintExceptionMessages ( |
||
e | ||
return | void |
public SetLogLocation ( String location ) : void | ||
location | String | |
return | void |