Documentation ¶
Index ¶
Constants ¶
View Source
const ( LogToStderrName = "logtostderr" AlsoLogToStderrName = "alsologtostderr" NoColorName = "no-color" VerbosityName = "verbosity" VModuleName = "vmodule" LogBacktraceAtName = "log-backtrace-at" LogDirName = "log-dir" ShowLogs = "show-logs" )
LogToStderrName and others are flag names.
Variables ¶
This section is empty.
Functions ¶
func InitFlags ¶
func InitFlags( mu sync.Locker, toStderr *bool, logDir flag.Value, showLogs *bool, 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.
Click to show internal directories.
Click to hide internal directories.