Documentation
¶
Overview ¶
Package stlog adds log levels on top of the log facility in the standard library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(format string, v ...interface{})
Debug prints debug messages to the currently active logger when permitted by the log level. Input can be formatted according to fmt.Printf.
func Error ¶
func Error(format string, v ...interface{})
Error prints error messages to the currently active logger when permitted by the log level. Input can be formatted according to fmt.Printf.
Types ¶
Click to show internal directories.
Click to hide internal directories.