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

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dlogging.h33 // compile-time constant of the LoggingSeverity type, without the namespace
35 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
60 // Note that the non-standard LoggingSeverity aliases exist because they are
70 enum LoggingSeverity { enum in namespace:webrtc
76 LogMessage(const char* file, int line, LoggingSeverity sev);
79 static bool Loggable(LoggingSeverity sev);
87 LoggingSeverity severity_;
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h20 // Setting the LoggingSeverity (and lower) that should be written to file should
66 // Note that the non-standard LoggingSeverity aliases exist because they are
76 // Note that LoggingSeverity is mapped over to chromiums verbosity levels where
82 enum LoggingSeverity { LS_ERROR = 1, enum in namespace:rtc
108 DiagnosticLogMessage(const char* file, int line, LoggingSeverity severity,
110 DiagnosticLogMessage(const char* file, int line, LoggingSeverity severity,
122 const LoggingSeverity severity_;
160 void LogMultiline(LoggingSeverity level, const char* label, bool input,
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.h22 // compile-time constant of the LoggingSeverity type, without the namespace
24 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
89 // Note that the non-standard LoggingSeverity aliases exist because they are
99 enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR, enum in namespace:rtc
122 LogMessage(const char* file, int line, LoggingSeverity sev,
127 static inline bool Loggable(LoggingSeverity sev) { return (sev >= min_sev_); }
188 static const char* Describe(LoggingSeverity sev);
192 static void OutputToDebug(const std::string& msg, LoggingSeverity severity_);
199 LoggingSeverity severity_;
245 void LogMultiline(LoggingSeverity leve
[all...]

Completed in 287 milliseconds