Documentation
¶
Overview ¶
Package log provides a simple logging service to print to stdout/stderr with timestamp and log source information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Logger to be passed around as a LogWriter instance.
Logger logger
)
Functions ¶
func Errorf ¶
func Errorf(format string, a ...interface{})
Errorf outputs a formatted error to stderr.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.