14#ifndef OR_TOOLS_BASE_LOGGING_H_
15#define OR_TOOLS_BASE_LOGGING_H_
17#include "absl/base/log_severity.h"
18#include "absl/flags/declare.h"
19#include "absl/flags/flag.h"
20#include "absl/log/check.h"
21#include "absl/log/die_if_null.h"
22#include "absl/log/log.h"
23#include "absl/log/vlog_is_on.h"
24#include "absl/memory/memory.h"
25#include "absl/status/status.h"
26#include "absl/strings/str_cat.h"
27#include "absl/strings/string_view.h"
ABSL_DECLARE_FLAG(int, stderrthreshold)
Forward the new flag.
In SWIG mode, we don't want anything besides these top-level includes.
void FixFlagsAndEnvironmentForSwig()