Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Debug = nullLogger
Debug calls Output to print to the standard logger if enabled.
View Source
var Fatal = log.Fatal
Fatal is equivalent to Print() followed by a call to os.Exit(1).
View Source
var Fatalf = log.Fatalf
Fatalf is equivalent to Printf() followed by a call to os.Exit(1).
View Source
var Printf = log.Printf
Printf calls Output to print to the standard logger.
View Source
var Println = log.Println
Println calls Output to print to the standard logger.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.