HomeSort by relevance Sort by last modified time
    Searched refs:LoggingSeverity (Results 1 - 25 of 32) sorted by null

1 2

  /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,
  /external/chromium_org/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
106 // Note that the non-standard LoggingSeverity aliases exist because they are
116 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_); }
205 static const char* Describe(LoggingSeverity sev);
209 static void OutputToDebug(const std::string& msg, LoggingSeverity severity_);
216 LoggingSeverity severity_;
262 void LogMultiline(LoggingSeverity level, const char* label, bool input
    [all...]
sslsocketfactory.h 66 void SetLogging(LoggingSeverity level, const std::string& label,
89 LoggingSeverity logging_level_;
socketpool.h 138 LoggingPoolAdapter(StreamPool* pool, LoggingSeverity level,
149 LoggingSeverity level_;
profiler.h 135 void ReportToLog(const char* file, int line, LoggingSeverity severity_to_use,
138 LoggingSeverity severity_to_use);
profiler.cc 137 LoggingSeverity severity_to_use,
165 LoggingSeverity severity_to_use) {
socketadapters.h 236 LoggingSocketAdapter(AsyncSocket* socket, LoggingSeverity level,
250 LoggingSeverity level_;
logging.cc 122 LogMessage::LogMessage(const char* file, int line, LoggingSeverity sev,
390 const char* LogMessage::Describe(LoggingSeverity sev) {
411 LoggingSeverity severity) {
513 void LogMultiline(LoggingSeverity level, const char* label, bool input,
stream.h 707 LoggingAdapter(StreamInterface* stream, LoggingSeverity level,
722 LoggingSeverity level_;
    [all...]
autodetectproxy.cc 224 LoggingSeverity sev = (proxy_.type == PROXY_UNKNOWN) ? LS_ERROR : LS_INFO;
socketpool.cc 254 StreamPool* pool, LoggingSeverity level, const std::string& label,
schanneladapter.cc 66 void DescribeBuffer(LoggingSeverity severity, const char* prefix,
76 void DescribeBuffers(LoggingSeverity severity, const char* prefix,
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.h 14 // Setting the LoggingSeverity (and lower) that should be written to file should
60 // Note that the non-standard LoggingSeverity aliases exist because they are
70 // Note that LoggingSeverity is mapped over to chromiums verbosity levels where
76 enum LoggingSeverity { LS_ERROR = 1,
102 DiagnosticLogMessage(const char* file, int line, LoggingSeverity severity,
104 DiagnosticLogMessage(const char* file, int line, LoggingSeverity severity,
116 const LoggingSeverity severity_;
150 void LogMultiline(LoggingSeverity level, const char* label, bool input,
logging.cc 126 LoggingSeverity severity,
140 LoggingSeverity severity,
176 void LogMultiline(LoggingSeverity level, const char* label, bool input,
  /external/chromium_org/jingle/glue/
logging_unittest.cc 28 static const char* AsString(talk_base::LoggingSeverity severity) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.cc     [all...]

Completed in 308 milliseconds

1 2