Method | Description | |
---|---|---|
Debug ( string msg ) : void | ||
DevDebug ( String msg ) : void | ||
Error ( string msg ) : void | ||
Exception ( int logType, |
||
Exception ( int logType, String msg, |
||
Exception ( string msg, |
||
Info ( string msg ) : void | ||
Log ( int logType, String msg ) : void | ||
LogDebug ( String msg ) : void | ||
LogError ( String msg ) : void | ||
LogException ( int logType, String msg, |
||
LogInfo ( String msg ) : void | ||
LogWarning ( String msg ) : void | ||
Warning ( string msg ) : void |
Method | Description | |
---|---|---|
EucaLogger ( ) : System | ||
WriteLogFile ( String msg ) : void |
public static Exception ( int logType, |
||
logType | int | |
e | ||
return | void |
public static Exception ( int logType, String msg, |
||
logType | int | |
msg | String | |
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 LogException ( int logType, String msg, |
||
logType | int | |
msg | String | |
e | ||
return | void |