Function adjust received message for debug console (Do not use)
- Аргументы
-
msg | string Message for adjust |
- Возвращает
string
Adjusted Message
>> Hello
World,
this is error log
static void Log(string msg)
Prints debug message with normal prio.
static string AdjustDebugLog(string msg)
Function adjust received message for debug console (Do not use)
См. определение в файле DebugPrint.c строка 141
142 {
144 {
146 }
147
149 {
151 }
152
153 return msg;
154 }
bool IsStackTrace(string msg)
bool IsDebugLog(string msg)
string TrimStackTrace(string msg)
string TrimDebugLog(string msg)
Перекрестные ссылки IsDebugLog(), IsStackTrace(), TrimDebugLog() и TrimStackTrace().