Закрытые статические члены | |
| static void | OnInit () |
| static void | Log (string msg) |
| Prints debug message with normal prio. | |
| static void | LogAndTrace (string msg) |
| Prints debug message as normal message and prints stack trace of calls. | |
| static void | LogWarning (string msg) |
| Prints debug message as warning message. | |
| static void | LogWarningAndTrace (string msg) |
| Prints debug message as warning message and prints stack trace of calls. | |
| static void | LogError (string msg) |
| Prints debug message as error message. | |
| static void | LogErrorAndTrace (string msg) |
| Prints debug message as error message and prints stack trace of calls. | |
| static string | AdjustDebugLog (string msg) |
| Function adjust received message for debug console (Do not use) | |
| static void | EnableTracingLogs (bool enable) |
| bool | IsDebugLog (string msg) |
| string | TrimDebugLog (string msg) |
| bool | IsStackTrace (string msg) |
| string | TrimStackTrace (string msg) |
| void | LogMessage (string msg, int msg_type, bool trace=false) |
Закрытые статические данные | |
| const int | MSG_LOG = 0 |
| const int | MSG_WARNING = 1 |
| const int | MSG_ERROR = 2 |
| const int | MSG_COUNT = 3 |
| string | s_MsgPrefix [MSG_COUNT] |
| string | s_MsgStackMarkStart |
| string | s_MsgStackMarkEnd |
| bool | s_MsgStackMarked |
| bool | s_TraceAllLogs |
См. определение в файле DebugPrint.c строка 1