Versions in this module Expand all Collapse all v1 v1.0.0 Jun 7, 2025 Changes in this version + func Debug(ctx context.Context, args ...interface{}) + func Error(ctx context.Context, args ...interface{}) + func GetLevel() loggers.Level + func Info(ctx context.Context, args ...interface{}) + func SetLevel(level loggers.Level) + func SetLogger(l Logger) + func Warn(ctx context.Context, args ...interface{}) + type Logger interface + Debug func(ctx context.Context, args ...interface{}) + Error func(ctx context.Context, args ...interface{}) + Info func(ctx context.Context, args ...interface{}) + Warn func(ctx context.Context, args ...interface{}) + func GetLogger() Logger + func NewLogger(log loggers.BaseLogger) Logger