DIFF

class LogTemplatesSource

Members 5

static private ref map<LogTemplateID, ref LogTemplate> m_LogTemplates
static LogTemplateID TEMPLATE_UNKNOWN = 0
Referenced by Init()
static LogTemplateID TEMPLATE_JANOSIK = 1
Referenced by Init()
static LogTemplateID TEMPLATE_PLAYER_WEIGHT = 2
Referenced by Init()
static LogTemplateID TEMPLATE_BROADCAST = 3
Referenced by Init()

Methods 3

static private void RegisterLogTamplate(LogTemplateID template_id, string author, string plugin, string label)
Referenced by Init()
static void Init()
static LogTemplate GetTemplate(LogTemplateID template_id)
References map.Contains(), map.Get(), Debug.Log()
Show 2 more, string.ToString(), and m_LogTemplates
Referenced by Log(), LogError(), LogInfo()
Show 1 more, LogWarning()