Documentation ¶ Index ¶ type Logger func New(err io.Writer, quiet bool, verbose bool) Logger func (l Logger) Debugf(format string, args ...interface{}) func (l Logger) Errorf(format string, args ...interface{}) func (l Logger) Infof(format string, args ...interface{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Logger ¶ type Logger struct { Err io.Writer Quiet bool Verbose bool } func New ¶ func New(err io.Writer, quiet bool, verbose bool) Logger func (Logger) Debugf ¶ func (l Logger) Debugf(format string, args ...interface{}) func (Logger) Errorf ¶ func (l Logger) Errorf(format string, args ...interface{}) func (Logger) Infof ¶ func (l Logger) Infof(format string, args ...interface{}) Source Files ¶ View all Source files log.go Click to show internal directories. Click to hide internal directories.