![]() |
OR-Tools
8.1
|
Go to the source code of this file.
Namespaces | |
Macros | |
#define | DFATAL_LEVEL FATAL |
Typedefs | |
typedef int | LogSeverity |
Variables | |
const int | GLOG_INFO = 0 |
const int | GLOG_WARNING = 1 |
const int | GLOG_ERROR = 2 |
const int | GLOG_FATAL = 3 |
const int | NUM_SEVERITIES = 4 |
GOOGLE_GLOG_DLL_DECL const char *const | LogSeverityNames [NUM_SEVERITIES] |
const int | INFO = google::GLOG_INFO |
const int | WARNING = google::GLOG_WARNING |
const int | ERROR = google::GLOG_ERROR |
const int | FATAL = google::GLOG_FATAL |
#define DFATAL_LEVEL FATAL |
Definition at line 39 of file log_severity.h.
typedef int LogSeverity |
Definition at line 22 of file log_severity.h.
const int ERROR = google::GLOG_ERROR |
Definition at line 32 of file log_severity.h.
const int FATAL = google::GLOG_FATAL |
Definition at line 32 of file log_severity.h.
const int INFO = google::GLOG_INFO |
Definition at line 31 of file log_severity.h.
const int WARNING = google::GLOG_WARNING |
Definition at line 31 of file log_severity.h.