OR-Tools  8.1
vlog_is_on.cc File Reference

Go to the source code of this file.

Classes

struct  VModuleInfo
 

Namespaces

 google
 
 google::logging_internal
 

Macros

#define ANNOTATE_BENIGN_RACE(address, description)
 

Functions

 ABSL_FLAG (int, v, 0, "Show all VLOG(m) messages for m <= this." " Overridable by --vmodule.")
 
 ABSL_FLAG (std::string, vmodule, "", "per-module verbose level." " Argument is a comma-separated list of <module name>=<log level>." " <module name> is a glob pattern, matched against the filename base" " (that is, name ignoring .cc/.h./-inl.h)." " <log level> overrides any value given by --v.")
 
GOOGLE_GLOG_DLL_DECL bool SafeFNMatch_ (const char *pattern, size_t patt_len, const char *str, size_t str_len)
 
static void VLOG2Initializer ()
 
int SetVLOGLevel (const char *module_pattern, int log_level)
 
bool InitVLOG3__ (int32 **site_flag, int32 *site_default, const char *fname, int32 verbose_level)
 

Variables

int32 kLogSiteUninitialized = 1000
 
static absl::Mutex vmodule_lock
 
static VModuleInfo * vmodule_list = 0
 
static bool inited_vmodule = false
 

Macro Definition Documentation

◆ ANNOTATE_BENIGN_RACE

#define ANNOTATE_BENIGN_RACE (   address,
  description 
)

Definition at line 31 of file vlog_is_on.cc.

Function Documentation

◆ ABSL_FLAG() [1/2]

ABSL_FLAG ( int  ,
,
,
"Show all VLOG(m) messages for m <= this." " Overridable by --vmodule."   
)

◆ ABSL_FLAG() [2/2]

ABSL_FLAG ( std::string  ,
vmodule  ,
""  ,
"per-module verbose level." " Argument is a comma-separated list of <module name = <log level>." " <module name> is a glob pattern,
matched against the filename base" "(that is, name ignoring .cc/.h./-inl.h)." "< log level > overrides any value given by --v."   
)