Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger *log.Logger
Logger is an optional custom logger.
Functions ¶
func Fatal ¶
func Fatal(args ...interface{})
Fatal writes a log entry. It uses Logger if not nil, otherwise it uses the default log.Logger.
func Fatalf ¶
func Fatalf(format string, args ...interface{})
Fatalf writes a log entry. It uses Logger if not nil, otherwise it uses the default log.Logger.
func Print ¶
func Print(args ...interface{})
Print writes a log entry. It uses Logger if not nil, otherwise it uses the default log.Logger.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.