OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LoggingSeverity
(Results
1 - 4
of
4
) sorted by null
/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,
/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
...]
/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
...]
Completed in 137 milliseconds