#include "utilities.h"
#include <cstring>
#include <cstdlib>
#include <cerrno>
#include <cstdio>
#include <string>
#include "base/commandlineflags.h"
#include <glog/logging.h>
#include <glog/raw_logging.h>
#include "base/googleinit.h"
Go to the source code of this file.
|
| GLOG_DEFINE_int32 (v, 0, "Show all VLOG(m) messages for m <= this." " Overridable by --vmodule.") |
|
| GLOG_DEFINE_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.") |
|
bool | InitVLOG3__ (SiteFlag *site_flag, int32 *level_default, const char *fname, int32 verbose_level) |
|
bool | glog_internal_namespace_::SafeFNMatch_ (const char *pattern, size_t patt_len, const char *str, size_t str_len) |
|
int | SetVLOGLevel (const char *module_pattern, int log_level) |
|
static void | VLOG2Initializer () |
|
◆ ANNOTATE_BENIGN_RACE
#define ANNOTATE_BENIGN_RACE |
( |
|
address, |
|
|
|
description |
|
) |
| |
◆ GLOG_DEFINE_int32()
GLOG_DEFINE_int32 |
( |
v |
, |
|
|
0 |
, |
|
|
"Show all VLOG(m) messages for m <= this." " Overridable by --vmodule." |
|
|
) |
| |
◆ GLOG_DEFINE_string()
GLOG_DEFINE_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." |
|
|
) |
| |
◆ InitVLOG3__()
bool InitVLOG3__ |
( |
SiteFlag * |
site_flag, |
|
|
int32 * |
level_default, |
|
|
const char * |
fname, |
|
|
int32 |
verbose_level |
|
) |
| |
◆ SetVLOGLevel()
int SetVLOGLevel |
( |
const char * |
module_pattern, |
|
|
int |
log_level |
|
) |
| |
◆ VLOG2Initializer()
static void VLOG2Initializer |
( |
| ) |
|
|
static |
◆ cached_site_list
SiteFlag* cached_site_list = 0 |
|
static |
◆ inited_vmodule
bool inited_vmodule = false |
|
static |
◆ vmodule_list
◆ vmodule_lock