DayZ 1.26
DayZ Explorer by KGB
|
Структуры данных | |
class | LogTemplates |
Определения типов | |
typedef Param3< string, string, string > | LogTemplate |
typedef int | LogTemplateID |
Функции | |
class LogTemplates | Log (string message, LogTemplateID template_id=0) |
Creates debug log (optional) from LogTemplate which are registred. | |
void | RegisterLogTamplate (LogTemplateID template_id, string author, string plugin, string label) |
static void | Init () |
static LogTemplate | GetTemplate (LogTemplateID template_id) |
void | LogInfo (string message, LogTemplateID template_id=0) |
Creates info log (optional) from LogTemplate which are registred. | |
void | LogWarning (string message, LogTemplateID template_id=0) |
Creates warning log (optional) from LogTemplate which are registred. | |
void | LogError (string message, LogTemplateID template_id=0) |
Creates error log (optional) from LogTemplate which are registred. | |
void | SQFPrint (string sqf_msg) |
void | SQFLog (string sqf_msg) |
|
staticprivate |
class LogTemplates Log | ( | string | message, |
LogTemplateID | template_id = 0 ) |
Creates debug log (optional) from LogTemplate which are registred.
template_id | LogTemplateID ID of LogTemplate which was registred in proto/Logtemplate.h -> "class LogTemplates" |
message | string Debug message for log |
void
Используется в PluginBase::CheckInit(), Debug(), UIPopupScript::OnClick(), PluginFileHandler::SaveParameter() и SQFLog().
void LogError | ( | string | message, |
LogTemplateID | template_id = 0 ) |
Creates error log (optional) from LogTemplate which are registred.
template_id | LogTemplateID ID of LogTemplate which was registred in proto/Logtemplate.h -> "class LogTemplates" |
message | string Error message for log |
void
Перекрестные ссылки LogTemplates::GetTemplate() и Debug::LogError().
Используется в GameInventory::OnServerInventoryCommandStatic().
void LogInfo | ( | string | message, |
LogTemplateID | template_id = 0 ) |
Creates info log (optional) from LogTemplate which are registred.
template_id | LogTemplateID ID of LogTemplate which was registred in proto/Logtemplate.h -> "class LogTemplates" |
message | string Info message for log |
void
Перекрестные ссылки LogTemplates::GetTemplate() и Debug::LogInfo().
void LogWarning | ( | string | message, |
LogTemplateID | template_id = 0 ) |
Creates warning log (optional) from LogTemplate which are registred.
template_id | LogTemplateID ID of LogTemplate which was registred in proto/Logtemplate.h -> "class LogTemplates" |
message | string Warning message for log |
void
Перекрестные ссылки LogTemplates::GetTemplate() и Debug::LogWarning().
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |