Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Verbosity int
)
Functions ¶
func Get ¶
Get returns the logger instance that has been previously set. If no logger has been set, it returns a null logger.
func Info ¶
func Info(msg string, keysAndValues ...interface{})
Info logs a non-error message with the given key/value pairs as context.
The msg argument should be used to add some constant description to the log line. The key/value pairs can then be used to add additional variable information. The key/value pairs should alternate string keys and arbitrary values.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.