Google OR-Tools: ortools/base/logging.h Source File
Go to the documentation of this file.
14#ifndef ORTOOLS_BASE_LOGGING_H_
15#define ORTOOLS_BASE_LOGGING_H_
17#include "absl/base/log_severity.h"
18#include "absl/base/macros.h"
19#include "absl/flags/declare.h"
20#include "absl/flags/flag.h"
22#include "absl/log/die_if_null.h"
23#include "absl/log/globals.h"
25#include "absl/log/vlog_is_on.h"
26#include "absl/memory/memory.h"
27#include "absl/status/status.h"
28#include "absl/strings/str_cat.h"
29#include "absl/strings/string_view.h"
const bool DEBUG_MODE
Definition logging.h:35
void FixFlagsAndEnvironmentForSwig()