Versions in this module Expand all Collapse all v0 v0.1.1 Aug 16, 2018 v0.1.0 May 1, 2018 Changes in this version + const CALLDEPTH + const CRITICAL + const DEBUG + const ERROR + const FLAGS + const INFO + const WARN + type Logger struct + func Get() *Logger + func (self *Logger) Critical(v ...interface{}) + func (self *Logger) Criticalf(format string, v ...interface{}) + func (self *Logger) Debug(v ...interface{}) + func (self *Logger) Debugf(format string, v ...interface{}) + func (self *Logger) Error(v ...interface{}) + func (self *Logger) Errorf(format string, v ...interface{}) + func (self *Logger) Info(v ...interface{}) + func (self *Logger) Infof(format string, v ...interface{}) + func (self *Logger) SetLevel(level int) + func (self *Logger) SetOutput(w io.Writer) + func (self *Logger) Warn(v ...interface{}) + func (self *Logger) Warnf(format string, v ...interface{})