Versions in this module Expand all Collapse all v1 v1.1.1 Oct 30, 2021 v1.1.0 Oct 25, 2021 Changes in this version + type Queue struct + func (q Queue) Debug(v ...interface{}) + func (q Queue) Error(v ...interface{}) + func (q Queue) Info(v ...interface{}) + func (q Queue) Warn(v ...interface{}) v1.0.0 Apr 20, 2021 Changes in this version + type Logger struct + Debug state + Error state + Info state + Warn state + func New(wc io.WriteCloser) *Logger + func (l *Logger) Close() error + func (l *Logger) SetLevel(s string) + func (l *Logger) SetWriter(w io.WriteCloser)