Method | Description | |
---|---|---|
Debug ( |
||
Debug ( string message ) : void | ||
Error ( |
||
Error ( string message ) : void | ||
Info ( string message ) : void | ||
Warn ( string message ) : void |
Method | Description | |
---|---|---|
GetLogLevelString ( LogLevel level ) : string | ||
Log ( ) : System | ||
PrintMessage ( LogLevel level, string message, object args ) : void |
public static Debug ( |
||
e | ||
return | void |
public static Debug ( string message ) : void | ||
message | string | |
return | void |
public static Error ( |
||
e | ||
return | void |
public static Error ( string message ) : void | ||
message | string | |
return | void |