17 Debug.
Log(
"Template ID: " +
string.
ToString(
template_id) +
" is alredy exist!",
"LogTemplate.h -> OnInit()",
"System",
"Template Registration",
"None");
53 Debug.
Log(
"Template ID: " +
string.
ToString(
template_id) +
" does not exist!",
"LogTemplate.h -> GetTemplate()",
"System",
"Get Log Template",
"None");
void LogInfo(string message, LogTemplateID template_id=0)
Creates info log (optional) from LogTemplate which are registred.
Param3< string, string, string > LogTemplate
void LogWarning(string message, LogTemplateID template_id=0)
Creates warning log (optional) from LogTemplate which are registred.
void SQFPrint(string sqf_msg)
void SQFLog(string sqf_msg)
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.
static void LogWarning(string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT)
Prints debug message as warning message.
static void LogInfo(string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT)
Prints debug message with normal prio.
static void LogError(string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT)
Prints debug message as error message.
static void Log(string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT)
Prints debug message with normal prio.
static LogTemplateID TEMPLATE_BROADCAST
static LogTemplateID TEMPLATE_UNKNOWN
static LogTemplateID TEMPLATE_JANOSIK
static LogTemplate GetTemplate(LogTemplateID template_id)
static LogTemplateID TEMPLATE_PLAYER_WEIGHT
void RegisterLogTamplate(LogTemplateID template_id, string author, string plugin, string label)
ref map< LogTemplateID, ref LogTemplate > m_LogTemplates
proto void Print(void var)
Prints content of variable to console/log.