Documentation ¶
Overview ¶
Package logger provides a simple console logger for reporting information about execution to stderr.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(a ...interface{}) Debugf(format string, a ...interface{}) Info(a ...interface{}) Infof(format string, a ...interface{}) Warn(a ...interface{}) Warnf(format string, a ...interface{}) Error(a ...interface{}) Errorf(format string, a ...interface{}) }
Logger provides basic logging capabilities at different logging levels.
Click to show internal directories.
Click to hide internal directories.