Versions in this module Expand all Collapse all v0 v0.1.0 Jul 15, 2026 Changes in this version + type Logger interface + Debug func(args ...interface{}) + Debugf func(format string, args ...interface{}) + Errorf func(format string, args ...interface{}) + Fatal func(args ...interface{}) + Fatalf func(format string, args ...interface{}) + Info func(args ...interface{}) + Infof func(format string, args ...interface{}) + Warnf func(format string, args ...interface{}) + type Nop struct + func NewNop() Nop + func (Nop) Debug(_ ...interface{}) + func (Nop) Debugf(_ string, _ ...interface{}) + func (Nop) Errorf(_ string, _ ...interface{}) + func (Nop) Fatal(_ ...interface{}) + func (Nop) Fatalf(_ string, _ ...interface{}) + func (Nop) Info(_ ...interface{}) + func (Nop) Infof(_ string, _ ...interface{}) + func (Nop) Warnf(_ string, _ ...interface{}) + type Slog struct + func NewSlog() *Slog + func (s *Slog) Debug(args ...interface{}) + func (s *Slog) Debugf(format string, args ...interface{}) + func (s *Slog) Errorf(format string, args ...interface{}) + func (s *Slog) Fatal(args ...interface{}) + func (s *Slog) Fatalf(format string, args ...interface{}) + func (s *Slog) Info(args ...interface{}) + func (s *Slog) Infof(format string, args ...interface{}) + func (s *Slog) Warnf(format string, args ...interface{}) + func (s *Slog) WithContext(_ context.Context) *Slog + type Zerolog struct + func NewZerolog(l zerolog.Logger) *Zerolog + func (z *Zerolog) Debug(args ...interface{}) + func (z *Zerolog) Debugf(format string, args ...interface{}) + func (z *Zerolog) Errorf(format string, args ...interface{}) + func (z *Zerolog) Fatal(args ...interface{}) + func (z *Zerolog) Fatalf(format string, args ...interface{}) + func (z *Zerolog) Info(args ...interface{}) + func (z *Zerolog) Infof(format string, args ...interface{}) + func (z *Zerolog) Warnf(format string, args ...interface{})