Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Errorf(string, ...interface{}) Warningf(string, ...interface{}) Infof(string, ...interface{}) Debugf(string, ...interface{}) }
Logger is implemented by any logging system that is used for standard logs.
func NewComposite ¶
func NewStandard ¶
func NewStandard() Logger
NewStandard returns a new logger that will only output log messages to stdout or stderr
Click to show internal directories.
Click to hide internal directories.