Versions in this module Expand all Collapse all v0 v0.5.0 Oct 27, 2025 v0.4.0 Dec 6, 2021 Changes in this version + func SetLogLevel(levelStr string) + func SetPackageLogLevel(packageName, levelStr string) + type Logger interface + DPanic func(args ...interface{}) + DPanicf func(template string, args ...interface{}) + Debug func(args ...interface{}) + Debugf func(template string, args ...interface{}) + Error func(args ...interface{}) + Errorf func(template string, args ...interface{}) + Fatal func(args ...interface{}) + Fatalf func(template string, args ...interface{}) + Info func(args ...interface{}) + Infof func(template string, args ...interface{}) + Panic func(args ...interface{}) + Panicf func(template string, args ...interface{}) + Warn func(args ...interface{}) + Warnf func(template string, args ...interface{}) + func New(name string) Logger + func NewWithDest(dest io.Writer, name string) Logger