OR-Tools  8.1
log_severity.h File Reference

Go to the source code of this file.

Namespaces

 google
 

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
 

Macro Definition Documentation

◆ DFATAL_LEVEL

#define DFATAL_LEVEL   FATAL

Definition at line 39 of file log_severity.h.

Typedef Documentation

◆ LogSeverity

typedef int LogSeverity

Definition at line 22 of file log_severity.h.

Variable Documentation

◆ ERROR

const int ERROR = google::GLOG_ERROR

Definition at line 32 of file log_severity.h.

◆ FATAL

const int FATAL = google::GLOG_FATAL

Definition at line 32 of file log_severity.h.

◆ INFO

const int INFO = google::GLOG_INFO
Examples
nurses_cp.cc, tsp.cc, and vrp.cc.

Definition at line 31 of file log_severity.h.

◆ WARNING

const int WARNING = google::GLOG_WARNING

Definition at line 31 of file log_severity.h.