Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Error ¶
func Error(v ...interface{})
Error is equivalent to log.Print, but prefixed with "[ERROR] ".
func Errorf ¶
func Errorf(format string, v ...interface{})
Errorf is equivalent to log.Printf, but prefixed with "[ERROR] ".
func Info ¶
func Info(v ...interface{})
Info is equivalent to log.Print, but prefixed with "[INFO] ".
func Infof ¶
func Infof(format string, v ...interface{})
Infof is equivalent to log.Printf, but prefixed with "[INFO] ".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.