Documentation
¶
Overview ¶
Package gogo/log controls the logging output for gogo derived programs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Quiet suppresses all logging output below ERROR Quiet = false // Verbose enables logging output below INFO Verbose = false // Logger is the log.Logger object that backs this logger. Logger = log.New(os.Stdout, "", log.LstdFlags) )
View Source
var Fatalf = log.Fatalf
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.