Documentation ¶
Index ¶
- Variables
- func AddGlobalFilter(filter Filter)
- func Errorf(format string, args ...interface{})
- func FilterString(msg string) string
- func Flush()
- func Infof(format string, args ...interface{})
- func InitLogging(logToStderr bool, verbose int, logFlow bool)
- func V(level glog.Level) glog.Verbose
- func Warningf(format string, args ...interface{})
- type Filter
Constants ¶
This section is empty.
Variables ¶
View Source
var LogFlow = false // true to flow logging settings to child processes.
View Source
var LogToStderr = false // true if logging is being redirected to stderr.
View Source
var Verbose = 0 // >0 if verbose logging is enabled at a particular level.
Functions ¶
func AddGlobalFilter ¶
func AddGlobalFilter(filter Filter)
func FilterString ¶
func InitLogging ¶
InitLogging ensures the logging library has been initialized with the given settings.
Types ¶
Click to show internal directories.
Click to hide internal directories.