Searched refs:GetErrorLogInstance (Results 1 – 3 of 3) sorted by relevance
41 GetErrorLogInstance() in Create()57 GetErrorLogInstance() << "A counter name was the empty string\n"; in Create()66 GetErrorLogInstance() << "Unknown counter name: " << name << "\n"; in Create()92 GetErrorLogInstance() in Create()100 GetErrorLogInstance() << "Failed to start counters\n"; in Create()124 GetErrorLogInstance() << "Performance counters not supported."; in Create()
16 friend LogType& GetErrorLogInstance();54 inline LogType& GetErrorLogInstance() { in GetErrorLogInstance() function61 return GetErrorLogInstance(); in GetLogInstanceForLevel()
32 : log_(GetErrorLogInstance()) { in CheckHandler()