logflags

package
v0.0.0-...-b3e55f1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2016 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LogToStderrName     = "logtostderr"
	AlsoLogToStderrName = "alsologtostderr"
	NoColorName         = "no-color"
	VerbosityName       = "verbosity"
	VModuleName         = "vmodule"
	LogBacktraceAtName  = "log-backtrace-at"
	LogDirName          = "log-dir"
)

LogToStderrName and others are flag names.

Variables

This section is empty.

Functions

func InitFlags

func InitFlags(mu sync.Locker, toStderr *bool, logDir flag.Value,
	nocolor *bool, verbosity, vmodule, traceLocation flag.Value)

InitFlags creates logging flags which update the given variables. The passed mutex is locked while the boolean variables are accessed during flag updates.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL