OR-Tools  9.6
base/logging.h File Reference

Go to the source code of this file.

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 
 google
 
 google::protobuf
 

Macros

#define ABSL_LOG_INTERNAL_CONDITION_DFATAL   ABSL_LOG_INTERNAL_CONDITION_ERROR
 
#define kLogDebugFatal   LogSeverity::kError
 
#define kDebugFatal   kError
 

Enumerations

enum  LogSeverity { GLOG_INFO = static_cast<int>(absl::LogSeverity::kInfo) , GLOG_WARNING = static_cast<int>(absl::LogSeverity::kWarning) , GLOG_ERROR = static_cast<int>(absl::LogSeverity::kError) , GLOG_FATAL = static_cast<int>(absl::LogSeverity::kFatal) }
 

Functions

 ABSL_DECLARE_FLAG (bool, logtostderr)
 
 ABSL_DECLARE_FLAG (int, stderrthreshold)
 
void FixFlagsAndEnvironmentForSwig ()
 
template<typename Sink >
void AbslStringify (Sink &sink, const Message &msg)
 

Macro Definition Documentation

◆ ABSL_LOG_INTERNAL_CONDITION_DFATAL

#define ABSL_LOG_INTERNAL_CONDITION_DFATAL   ABSL_LOG_INTERNAL_CONDITION_ERROR

Definition at line 17 of file base/logging.h.

◆ kDebugFatal

#define kDebugFatal   kError

Definition at line 19 of file base/logging.h.

◆ kLogDebugFatal

#define kLogDebugFatal   LogSeverity::kError

Definition at line 18 of file base/logging.h.

Function Documentation

◆ ABSL_DECLARE_FLAG() [1/2]

ABSL_DECLARE_FLAG ( bool  ,
logtostderr   
)

◆ ABSL_DECLARE_FLAG() [2/2]

ABSL_DECLARE_FLAG ( int  ,
stderrthreshold   
)