Versions in this module Expand all Collapse all v1 v1.0.0 Dec 19, 2023 Changes in this version + var Logger seelog.LoggerInterface + func Critical(v ...interface{}) error + func Criticalf(format string, params ...interface{}) error + func Debug(v ...interface{}) + func Debugf(format string, params ...interface{}) + func Error(v ...interface{}) error + func Errorf(format string, params ...interface{}) error + func Info(v ...interface{}) + func Infof(format string, params ...interface{}) + func Reload(fileName string) error + func Trace(v ...interface{}) + func Tracef(format string, params ...interface{}) + func Warn(v ...interface{}) error + func Warnf(format string, params ...interface{}) error + type ILogger interface + Close func() + Closed func() bool + Critical func(v ...interface{}) error + Criticalf func(format string, params ...interface{}) error + Debug func(v ...interface{}) + Debugf func(format string, params ...interface{}) + Error func(v ...interface{}) error + Errorf func(format string, params ...interface{}) error + Flush func() + Info func(v ...interface{}) + Infof func(format string, params ...interface{}) + Trace func(v ...interface{}) + Tracef func(format string, params ...interface{}) + Warn func(v ...interface{}) error + Warnf func(format string, params ...interface{}) error