DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Log()

static void DebugPrint::Log ( string msg)
inlinestaticprivate

Prints debug message with normal prio.

Аргументы
msgstring Debug message for print
Возвращает
void None
DebugPrint.Log("Hello World");
>> [Log]: Hello World;
static void Log(string msg)
Prints debug message with normal prio.
Определения DebugPrint.c:37
Определения DebugPrint.c:2
Определения World.c:2

См. определение в файле DebugPrint.c строка 37

38 {
40 }
bool s_TraceAllLogs
Определения DebugPrint.c:12
const int MSG_LOG
Определения DebugPrint.c:3
void LogMessage(string msg, int msg_type, bool trace=false)
Определения DebugPrint.c:218

Перекрестные ссылки LogMessage(), MSG_LOG и s_TraceAllLogs.