Documentation ¶
Index ¶
Constants ¶
View Source
const ( LogToStderrName = "logtostderr" NoColorName = "no-color" VerbosityName = "verbosity" VModuleName = "vmodule" LogBacktraceAtName = "log-backtrace-at" LogDirName = "log-dir" NoRedirectStderrName = "no-redirect-stderr" ShowLogsName = "show-logs" LogFileMaxSizeName = "log-file-max-size" LogFilesCombinedMaxSizeName = "log-dir-max-size" LogFileVerbosityThresholdName = "log-file-verbosity" )
LogToStderrName and others are flag names.
Variables ¶
This section is empty.
Functions ¶
func InitFlags ¶
func InitFlags( noRedirectStderr *bool, logDir flag.Value, showLogs *bool, nocolor *bool, verbosity, vmodule, traceLocation flag.Value, logFileMaxSize, logFilesCombinedMaxSize *int64, )
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.