Versions in this module Expand all Collapse all v0 v0.2.0 Jun 9, 2019 Changes in this version + func Debugf(format string, v ...interface{}) + func DisablePrefix() + func Errorf(format string, v ...interface{}) + func Infof(format string, v ...interface{}) + func IsDebugEnabled() bool + func SetFunc(level Level, fn Func) + func SetLevel(level Level) + func Warnf(format string, v ...interface{}) + type Func = func(string, ...interface{}) + type Level int8 + const LevelDebug + const LevelError + const LevelInfo + const LevelWarn + func GetLevel() Level + func (s Level) String() string