Versions in this module Expand all Collapse all v0 v0.1.1 Apr 2, 2026 v0.1.0 Apr 2, 2026 Changes in this version + func ConfigureLogger(cfg Config) + func Debugf(format string, args ...interface{}) + func Errorf(format string, args ...interface{}) + func Fatal(args ...interface{}) + func Fatalf(format string, args ...interface{}) + func Infof(format string, args ...interface{}) + func Warnf(format string, args ...interface{}) + func WithError(err error) *logrus.Entry + func WithField(key string, value interface{}) *logrus.Entry + func WithFields(fields logrus.Fields) *logrus.Entry + type Config struct + Level string