Lines Matching defs:DebugLevel
34 enum DebugLevel {
68 const std::map<DebugLevel, const std::string> DebugLevelMap = {
80 DebugLevel SetLogLevel(DebugLevel debugLevel);
85 int Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const
90 DebugLevel GetLogLevel() const
106 bool ShouldLog(DebugLevel debugLevel, const std::string &logTag) const;
107 DebugLevel GetLogLevelByName(const std::string &) const;
108 DebugLevel GetLogLevelByTag(const std::string &) const;
109 const std::string GetLogLevelName(DebugLevel) const;
117 static DebugLevel debugLevel_;
125 std::map<std::string, DebugLevel> logTagLevelmap_;
149 ScopeDebugLevel(DebugLevel level, bool mix = false);
153 DebugLevel savedDebugLevel_;
267 LogMessage(DebugLevel level = LEVEL_VERBOSE, bool showError = false)
288 DebugLevel level_;
378 ScopeDebugLevel(DebugLevel level, bool mix = false) {};