![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | LogTemplates |
Typedefs | |
| typedef Param3< string, string, string > | LogTemplate |
| typedef int | LogTemplateID |
Functions | |
| static LogTemplate | GetTemplate (LogTemplateID template_id) |
| static void | Init () |
| class LogTemplates | Log (string message, LogTemplateID template_id=0) |
| Creates debug 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 | 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 | RegisterLogTamplate (LogTemplateID template_id, string author, string plugin, string label) |
| void | SQFLog (string sqf_msg) |
| void | SQFPrint (string sqf_msg) |
Variables | |
| ref map< LogTemplateID, ref LogTemplate > | m_LogTemplates |
| static LogTemplateID | TEMPLATE_BROADCAST = 3 |
| static LogTemplateID | TEMPLATE_JANOSIK = 1 |
| static LogTemplateID | TEMPLATE_PLAYER_WEIGHT = 2 |
| static LogTemplateID | TEMPLATE_UNKNOWN = 0 |
| typedef Param3<string, string, string> LogTemplate |
Definition at line 1 of file logtemplates.c.
| typedef int LogTemplateID |
Definition at line 2 of file logtemplates.c.
|
staticprivate |
Definition at line 119 of file logtemplates.c.
|
staticprivate |
Definition at line 107 of file logtemplates.c.
| 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 Definition at line 2 of file logtemplates.c.
Referenced by Debug(), UIPopupScript::OnClick(), PluginFileHandler::SaveParameter(), and 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 Definition at line 129 of file logtemplates.c.
References LogTemplates::GetTemplate(), and Debug::LogError().
| 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 Definition at line 93 of file logtemplates.c.
References LogTemplates::GetTemplate(), and 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 Definition at line 111 of file logtemplates.c.
References LogTemplates::GetTemplate(), and Debug::LogWarning().
|
staticprivate |
Definition at line 78 of file logtemplates.c.
| void SQFLog | ( | string | sqf_msg | ) |
Definition at line 141 of file logtemplates.c.
References Log().
| void SQFPrint | ( | string | sqf_msg | ) |
Definition at line 136 of file logtemplates.c.
References Print().
|
staticprivate |
Definition at line 76 of file logtemplates.c.
|
staticprivate |
Definition at line 105 of file logtemplates.c.
|
staticprivate |
Definition at line 103 of file logtemplates.c.
|
staticprivate |
Definition at line 104 of file logtemplates.c.
|
staticprivate |
Definition at line 102 of file logtemplates.c.