|
TT Setup SDK (Developer Preview)
0.1
Documentation
|
Public Member Functions | |
| CatLogger () | |
| CatLogger (string categoryName) | |
| void | SetCategoryName (string categoryName) |
| void | Info (System.IO.MemoryStream logdata) |
| void | Info (string logmessage) |
| void | Info (string message, Dictionary< string, object > logmessage) |
| void | Debug (string logmessage) |
| void | Warning (string logmessage) |
| void | Error (string logmessage) |
| void | Critical (string logmessage) |
| void | LogException (string heading, Exception exception) |
| void | Assert (bool flag, string message=null) |
Data Fields | |
| bool | LogToConsole => logger_.LogToConsole |
| bool | IsDebugEnabled => logger_.IsDebugEnabled |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| bool tt_setup_sdk.util.CatLogger.IsDebugEnabled => logger_.IsDebugEnabled |
| bool tt_setup_sdk.util.CatLogger.LogToConsole => logger_.LogToConsole |