OR-Tools  9.3
util/logging.h File Reference

Go to the source code of this file.

Classes

class  SolverLogger
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 

Macros

#define SOLVER_LOG(logger, ...)
 

Macro Definition Documentation

◆ SOLVER_LOG

#define SOLVER_LOG (   logger,
  ... 
)
Value:
if ((logger)->LoggingIsEnabled()) \
(logger)->LogInfo(__FILE__, __LINE__, absl::StrCat(__VA_ARGS__))

Definition at line 69 of file util/logging.h.