Go to the source code of this file.
|
| 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) |
|
◆ ANNOTATE_BENIGN_RACE
#define ANNOTATE_BENIGN_RACE |
( |
|
address, |
|
|
|
description |
|
) |
| |
◆ ABSL_FLAG() [1/2]
ABSL_FLAG |
( |
int |
, |
|
|
v |
, |
|
|
0 |
, |
|
|
"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." |
|
|
) |
| |