Method | Description | |
---|---|---|
Debug ( string format ) : void | ||
Debug ( string message, |
||
Error ( string format ) : void | ||
Error ( string message, |
||
Fatal ( string format ) : void | ||
Fatal ( string message, |
||
Info ( string format ) : void | ||
Info ( string message, |
||
Warn ( string format ) : void | ||
Warn ( string message, |
Method | Description | |
---|---|---|
Logger ( ) : System |
public Debug ( string message, |
||
message | string | |
exception | ||
return | void |
public Error ( string message, |
||
message | string | |
exception | ||
return | void |
public Fatal ( string message, |
||
message | string | |
exception | ||
return | void |
public Info ( string message, |
||
message | string | |
exception | ||
return | void |
public Warn ( string message, |
||
message | string | |
exception | ||
return | void |