Go to the source code of this file.
Macros | |
#define | DFATAL_LEVEL FATAL |
#define | IF_DEBUG_MODE(x) x |
Typedefs | |
typedef int | LogSeverity |
Enumerations | |
enum | { DEBUG_MODE = 1 } |
Variables | |
const int | ERROR = GLOG_ERROR |
const int | FATAL = GLOG_FATAL |
const int | GLOG_ERROR = 2 |
const int | GLOG_FATAL = 3 |
const int | GLOG_INFO = 0 |
const int | GLOG_WARNING = 1 |
const int | INFO = GLOG_INFO |
const GLOG_EXPORT char *const | LogSeverityNames [NUM_SEVERITIES] |
const int | NUM_SEVERITIES = 4 |
const int | WARNING = GLOG_WARNING |
#define DFATAL_LEVEL FATAL |
Definition at line 67 of file log_severity.h.
Definition at line 95 of file log_severity.h.
typedef int LogSeverity |
Definition at line 51 of file log_severity.h.
anonymous enum |
Enumerator | |
---|---|
DEBUG_MODE |
Definition at line 94 of file log_severity.h.
const int ERROR = GLOG_ERROR |
Definition at line 60 of file log_severity.h.
const int FATAL = GLOG_FATAL |
Definition at line 60 of file log_severity.h.
const int GLOG_ERROR = 2 |
Definition at line 53 of file log_severity.h.
const int GLOG_FATAL = 3 |
Definition at line 53 of file log_severity.h.
const int GLOG_INFO = 0 |
Definition at line 53 of file log_severity.h.
const int GLOG_WARNING = 1 |
Definition at line 53 of file log_severity.h.
const int INFO = GLOG_INFO |
Definition at line 59 of file log_severity.h.
const GLOG_EXPORT char* const LogSeverityNames[NUM_SEVERITIES] |
Definition at line 404 of file logging.cc.
const int NUM_SEVERITIES = 4 |
Definition at line 54 of file log_severity.h.
const int WARNING = GLOG_WARNING |
Definition at line 59 of file log_severity.h.