Lines Matching defs:DebugLogger
74 class DebugLogger {
76 DebugLogger();
77 ~DebugLogger();
79 static DebugLogger *GetInstance();
113 static std::unique_ptr<DebugLogger> logInstance_;
133 DebugLogger::GetInstance()->Log(LEVEL_STDOUT, HILOG_TAG, format, ##__VA_ARGS__); \
141 DebugLogger::GetInstance()->Log(LEVEL_STDOUT, HILOG_TAG, format "<%d:%s>\n", \
170 if (__builtin_expect(!DebugLogger::logDisabled_, false)) { \
171 DebugLogger::GetInstance()->Log( \
277 if (!DebugLogger::logDisabled_) {
279 DebugLogger::GetInstance()->Log(level_, HILOG_TAG, "%s\n", buffer_.str().c_str());
281 DebugLogger::GetInstance()->Log(level_, HILOG_TAG, "%s (errno %d:%s)\n",