Lines Matching defs:DebugLogger
84 class DebugLogger {
86 DebugLogger();
87 ~DebugLogger();
89 static DebugLogger *GetInstance();
128 static std::unique_ptr<DebugLogger> logInstance_;
151 DebugLogger::GetInstance()->Log(LEVEL_STDOUT, HILOG_TAG, format, ##__VA_ARGS__); \
159 DebugLogger::GetInstance()->Log(LEVEL_STDOUT, HILOG_TAG, format "<%d>\n", \
188 if (__builtin_expect(!DebugLogger::logDisabled_, false)) { \
189 DebugLogger::GetInstance()->Log( \
198 if (__builtin_expect(!DebugLogger::logDisabled_, false)) { \
199 DebugLogger::GetInstance()->Log( \