Versions in this module Expand all Collapse all v0 v0.0.0 Mar 25, 2019 Changes in this version + func Log(format string, args ...interface{}) + type Logger struct + func Get() *Logger + func NewLogger() (*Logger, error) + func (l *Logger) Close() error + func (l *Logger) Debugf(format string, args ...interface{}) (int, error) + func (l *Logger) Errorf(format string, args ...interface{}) (int, error) + func (l *Logger) Infof(format string, args ...interface{}) (int, error) + func (l *Logger) Noticef(format string, args ...interface{}) (int, error) + func (l *Logger) Warnf(format string, args ...interface{}) (int, error)