Versions in this module Expand all Collapse all v0 v0.3.5 Aug 26, 2026 v0.3.4 Aug 25, 2026 v0.3.3 Aug 24, 2026 Changes in this version + type Logger struct + func New(ctx context.Context, name string) *Logger + func (l *Logger) Error(msg string, args ...any) + func (l *Logger) Info(msg string, args ...any) + func (l *Logger) WithLogger(log *slog.Logger) *Logger