OR-Tools  9.3
vlog_is_on.h File Reference

Go to the source code of this file.

Namespaces

namespace  google
 

Macros

#define VLOG_IS_ON(verboselevel)   (absl::GetFlag(FLAGS_v) >= (verboselevel))
 

Functions

int SetVLOGLevel (const char *module_pattern, int log_level)
 
bool InitVLOG3__ (int32_t **vmodule_info, bool *initialized, const char *fname, int32_t verbose_level)
 

Macro Definition Documentation

◆ VLOG_IS_ON

#define VLOG_IS_ON (   verboselevel)    (absl::GetFlag(FLAGS_v) >= (verboselevel))

Definition at line 44 of file vlog_is_on.h.