◆ GetTemplate()
53 {
55 {
57 }
58
59 Debug.
Log(
"Template ID: "+
string.
ToString(
template_id)+
" does not exist!",
"LogTemplate.h -> GetTemplate()",
"System",
"Get Log Template",
"None");
61 }
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.
Definition Debug.c:136
ref map< LogTemplateID, ref LogTemplate > m_LogTemplates
Definition LogTemplates.c:9
Перекрестные ссылки Debug::Log(), m_LogTemplates и ToString().
Используется в LogError(), LogInfo() и LogWarning().
◆ Init()
41 {
44
49
50 }
static LogTemplateID TEMPLATE_UNKNOWN
Definition LogTemplates.c:35
void RegisterLogTamplate(LogTemplateID template_id, string author, string plugin, string label)
Definition LogTemplates.c:11
static LogTemplateID TEMPLATE_JANOSIK
Definition LogTemplates.c:36
static LogTemplateID TEMPLATE_PLAYER_WEIGHT
Definition LogTemplates.c:37
static LogTemplateID TEMPLATE_BROADCAST
Definition LogTemplates.c:38
Перекрестные ссылки RegisterLogTamplate(), TEMPLATE_BROADCAST, TEMPLATE_JANOSIK, TEMPLATE_PLAYER_WEIGHT и TEMPLATE_UNKNOWN.
◆ RegisterLogTamplate()
12 {
14 {
16 }
17
19 {
20 Debug.
Log(
"Template ID: "+
string.
ToString(
template_id)+
" is alredy exist!",
"LogTemplate.h -> OnInit()",
"System",
"Template Registration",
"None");
21 }
22 else
23 {
26 }
27 }
Param3< string, string, string > LogTemplate
Definition LogTemplates.c:1
Перекрестные ссылки Debug::Log(), m_LogTemplates и ToString().
Используется в Init().
◆ m_LogTemplates
◆ TEMPLATE_BROADCAST
◆ TEMPLATE_JANOSIK
◆ TEMPLATE_PLAYER_WEIGHT
◆ TEMPLATE_UNKNOWN
Объявления и описания членов класса находятся в файле: