logger/glog: add SetVmodule
This commit is contained in:
parent
a15b02320e
commit
0edcbc797f
@ -138,6 +138,11 @@ func SetV(v int) {
|
||||
logging.verbosity.set(Level(v))
|
||||
}
|
||||
|
||||
// SetVmodule sets the global verbosity patterns.
|
||||
func SetVmodule(pat string) error {
|
||||
return logging.vmodule.Set(pat)
|
||||
}
|
||||
|
||||
// SetToStderr sets the global output style
|
||||
func SetToStderr(toStderr bool) {
|
||||
logging.toStderr = toStderr
|
||||
|
Loading…
Reference in New Issue
Block a user