Versions in this module Expand all Collapse all v1 v1.0.1 May 10, 2021 v1.0.0 May 9, 2021 Changes in this version + func Debug(v ...interface{}) + func Debugf(format string, v ...interface{}) + func Error(v ...interface{}) + func Errorf(format string, v ...interface{}) + func Fatal(v ...interface{}) + func Fatalf(format string, v ...interface{}) + func GetLogger() dlog.Log + func Info(v ...interface{}) + func Infof(format string, v ...interface{}) + func Log(v ...interface{}) + func Logf(format string, v ...interface{}) + func Name(name string) + func SetLevel(l Level) + func SetLogger(l dlog.Log) + func SetPrefix(p string) + func Trace(v ...interface{}) + func Tracef(format string, v ...interface{}) + func Warn(v ...interface{}) + func Warnf(format string, v ...interface{}) + func WithLevel(l Level, v ...interface{}) + func WithLevelf(l Level, format string, v ...interface{}) + type Level int32 + const LevelDebug + const LevelError + const LevelFatal + const LevelInfo + const LevelTrace + const LevelWarn + func GetLevel() Level + func (l Level) String() string Incompatible versions in this module v2.3.0+incompatible May 9, 2021