Versions in this module Expand all Collapse all v0 v0.16.2 Sep 2, 2019 Changes in this version + func Debug(args ...interface{}) + func Debugf(fmtString string, args ...interface{}) + func Error(args ...interface{}) + func Errorf(fmtString string, args ...interface{}) + func History() []string + func Info(args ...interface{}) + func Infof(fmtString string, args ...interface{}) + func SetDebug(debug bool) + func SetErrWriter(err io.Writer) + func SetOutWriter(out io.Writer) + func Warn(args ...interface{}) + func Warnf(fmtString string, args ...interface{}) + type FmtMachineLogger struct + func (ml *FmtMachineLogger) Debug(args ...interface{}) + func (ml *FmtMachineLogger) Debugf(fmtString string, args ...interface{}) + func (ml *FmtMachineLogger) Error(args ...interface{}) + func (ml *FmtMachineLogger) Errorf(fmtString string, args ...interface{}) + func (ml *FmtMachineLogger) History() []string + func (ml *FmtMachineLogger) Info(args ...interface{}) + func (ml *FmtMachineLogger) Infof(fmtString string, args ...interface{}) + func (ml *FmtMachineLogger) SetDebug(debug bool) + func (ml *FmtMachineLogger) SetErrWriter(err io.Writer) + func (ml *FmtMachineLogger) SetOutWriter(out io.Writer) + func (ml *FmtMachineLogger) Warn(args ...interface{}) + func (ml *FmtMachineLogger) Warnf(fmtString string, args ...interface{}) + type HistoryRecorder struct + func NewHistoryRecorder() *HistoryRecorder + func (ml *HistoryRecorder) History() []string + func (ml *HistoryRecorder) Record(args ...interface{}) + func (ml *HistoryRecorder) Recordf(fmtString string, args ...interface{}) + type MachineLogger interface + Debug func(args ...interface{}) + Debugf func(fmtString string, args ...interface{}) + Error func(args ...interface{}) + Errorf func(fmtString string, args ...interface{}) + History func() []string + Info func(args ...interface{}) + Infof func(fmtString string, args ...interface{}) + SetDebug func(debug bool) + SetErrWriter func(io.Writer) + SetOutWriter func(io.Writer) + Warn func(args ...interface{}) + Warnf func(fmtString string, args ...interface{}) + func NewFmtMachineLogger() MachineLogger