Classes | Namespaces | Macros | Functions | Variables
vlog_is_on.cc File Reference
#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"
Include dependency graph for vlog_is_on.cc:

Go to the source code of this file.

Classes

struct  VModuleInfo
 

Namespaces

 glog_internal_namespace_
 

Macros

#define ANNOTATE_BENIGN_RACE(address, description)
 

Functions

 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 ()
 

Variables

static SiteFlag * cached_site_list = 0
 
static bool inited_vmodule = false
 
static VModuleInfovmodule_list = 0
 
static Mutex vmodule_lock
 

Macro Definition Documentation

◆ ANNOTATE_BENIGN_RACE

#define ANNOTATE_BENIGN_RACE (   address,
  description 
)

Definition at line 48 of file vlog_is_on.cc.

Function Documentation

◆ GLOG_DEFINE_int32()

GLOG_DEFINE_int32 ( v  ,
,
"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 
)

Definition at line 219 of file vlog_is_on.cc.

◆ SetVLOGLevel()

int SetVLOGLevel ( const char *  module_pattern,
int  log_level 
)

Definition at line 166 of file vlog_is_on.cc.

◆ VLOG2Initializer()

static void VLOG2Initializer ( )
static

Definition at line 130 of file vlog_is_on.cc.

Variable Documentation

◆ cached_site_list

SiteFlag* cached_site_list = 0
static

Definition at line 124 of file vlog_is_on.cc.

◆ inited_vmodule

bool inited_vmodule = false
static

Definition at line 127 of file vlog_is_on.cc.

◆ vmodule_list

VModuleInfo* vmodule_list = 0
static

Definition at line 123 of file vlog_is_on.cc.

◆ vmodule_lock

Mutex vmodule_lock
static

Definition at line 120 of file vlog_is_on.cc.



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:05