Searched defs:LoggingSeverity (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/overrides/talk/base/
H A Dlogging.h39 // compile-time constant of the LoggingSeverity type, without the namespace
41 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
107 // Note that the non-standard LoggingSeverity aliases exist because they are
117 enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR, enum in namespace:talk_base
139 LogMessage(const char* file, int line, LoggingSeverity sev,
144 static inline bool Loggable(LoggingSeverity sev) { return (sev >= min_sev_); }
199 static const char* Describe(LoggingSeverity sev);
203 static void OutputToDebug(const std::string& msg, LoggingSeverity severity_);
210 LoggingSeverity severity_;
255 void LogMultiline(LoggingSeverity leve
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlogging.h39 // compile-time constant of the LoggingSeverity type, without the namespace
41 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
104 // Note that the non-standard LoggingSeverity aliases exist because they are
114 enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR, enum in namespace:talk_base
136 LogMessage(const char* file, int line, LoggingSeverity sev,
141 static inline bool Loggable(LoggingSeverity sev) { return (sev >= min_sev_); }
196 static const char* Describe(LoggingSeverity sev);
200 static void OutputToDebug(const std::string& msg, LoggingSeverity severity_);
207 LoggingSeverity severity_;
252 void LogMultiline(LoggingSeverity leve
[all...]

Completed in 79 milliseconds