См. определение в файле LogTemplates.c строка 11
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
ref map< LogTemplateID, ref LogTemplate > m_LogTemplates
Перекрестные ссылки Debug::Log(), m_LogTemplates и ToString().
Используется в Init().