Versions in this module Expand all Collapse all v0 v0.1.0 Sep 1, 2026 Changes in this version + func SensitiveData(key string, value any) slog.Attr + type Logger struct + Logger *slog.Logger + Name string + SensitiveData bool + Type Type + func (l *Logger) Debug(ctx context.Context, msg string, args ...any) + func (l *Logger) Error(ctx context.Context, msg string, args ...any) + func (l *Logger) Info(ctx context.Context, msg string, args ...any) + func (l *Logger) Log(ctx context.Context, level slog.Level, msg string, args ...any) + func (l *Logger) Warn(ctx context.Context, msg string, args ...any) + type Type int + const TypeMiddleware + const TypeNone