HomeSort by relevance Sort by last modified time
    Searched refs:LoggingSeverity (Results 1 - 13 of 13) 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...]
sslsocketfactory.h 65 void SetLogging(LoggingSeverity level, const std::string& label,
85 LoggingSeverity logging_level_;
socketpool.h 138 LoggingPoolAdapter(StreamPool* pool, LoggingSeverity level,
149 LoggingSeverity level_;
socketadapters.h 236 LoggingSocketAdapter(AsyncSocket* socket, LoggingSeverity level,
250 LoggingSeverity level_;
logging.cc 122 LogMessage::LogMessage(const char* file, int line, LoggingSeverity sev,
371 const char* LogMessage::Describe(LoggingSeverity sev) {
392 LoggingSeverity severity) {
493 void LogMultiline(LoggingSeverity level, const char* label, bool input,
autodetectproxy.cc 113 LoggingSeverity sev = (proxy_.type == PROXY_UNKNOWN) ? LS_ERROR : LS_INFO;
schanneladapter.cc 66 void DescribeBuffer(LoggingSeverity severity, const char* prefix,
76 void DescribeBuffers(LoggingSeverity severity, const char* prefix,
233 LoggingSeverity level = LS_ERROR;
stream.h 591 LoggingAdapter(StreamInterface* stream, LoggingSeverity level,
606 LoggingSeverity level_;
socketpool.cc 249 StreamPool* pool, LoggingSeverity level, const std::string& label,
socketadapters.cc 852 LoggingSeverity level,
stream.cc 873 LoggingAdapter::LoggingAdapter(StreamInterface* stream, LoggingSeverity level,
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 825 talk_base::LoggingSeverity sev = (write_state_ == STATE_WRITABLE) ?

Completed in 303 milliseconds