Method | Description | |
---|---|---|
ConsoleLogger ( bool debug, bool info = true, bool warn = true ) : System | ||
Debug ( |
||
Debug ( string format ) : void | ||
Error ( |
||
Error ( string format ) : void | ||
ErrorDetail ( string format ) : void | ||
Info ( string format ) : void | ||
Warn ( |
||
Warn ( string format ) : void |
Method | Description | |
---|---|---|
Format ( string format ) : string | ||
FormatException ( |
||
Log ( ConsoleColor foregroundColor, string prefix, Func |
||
LogDebug ( Func |
||
LogError ( Func |
||
LogWarn ( Func |
public ConsoleLogger ( bool debug, bool info = true, bool warn = true ) : System | ||
debug | bool | |
info | bool | |
warn | bool | |
return | System |
public Debug ( |
||
exception | ||
message | string | |
return | void |
public Error ( |
||
exception | ||
message | string | |
return | void |
public Warn ( |
||
exception | ||
message | string | |
return | void |