Google OR-Tools: ortools/base/logging.h Source File

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9

10

11

12

13

14#ifndef ORTOOLS_BASE_LOGGING_H_

15#define ORTOOLS_BASE_LOGGING_H_

16

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"

21#include "absl/log/check.h"

22#include "absl/log/die_if_null.h"

23#include "absl/log/globals.h"

24#include "absl/log/log.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"

31

32#ifdef NDEBUG

34#else

36#endif

37

39

41

42}

43

44#endif

const bool DEBUG_MODE

Definition logging.h:35

void FixFlagsAndEnvironmentForSwig()