HomeSort by relevance Sort by last modified time
    Searched defs:LoggingSeverity (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 39 // 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,
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 level, const char* label, bool input
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
logging.h 39 // 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,
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 level, const char* label, bool input
    [all...]

Completed in 304 milliseconds