Versions in this module Expand all Collapse all v1 v1.0.0 Feb 4, 2016 Changes in this version + type Logger struct + func New(out io.Writer, prefix string, debug bool) *Logger + func NewLogSet(prefix string, debug bool) (stderr, diagnostic, stdout *Logger) + func (l *Logger) Error(e error) + func (l *Logger) FatalE(msg string, e error) + func (l *Logger) PanicE(msg string, e error) + func (l *Logger) PrintE(msg string, e error) + func (l *Logger) SetDebug(b bool) + func (l *Logger) SetFlags(flag int) + func (l *Logger) SetOutput(w io.Writer)