Versions in this module Expand all Collapse all v0 v0.0.1 Sep 4, 2023 Changes in this version + func Debug(ctx context.Context, msg string, args ...any) + func Enabled(ctx context.Context, level slog.Level) bool + func Error(ctx context.Context, msg string, args ...any) + func From(ctx context.Context) *slog.Logger + func Info(ctx context.Context, msg string, args ...any) + func Into(ctx context.Context, logger *slog.Logger) context.Context + func Log(ctx context.Context, level slog.Level, msg string, args ...any) + func LogAttrs(ctx context.Context, level slog.Level, msg string, attrs ...slog.Attr) + func Warn(ctx context.Context, msg string, args ...any) + func With(ctx context.Context, args ...any) context.Context + func WithGroup(ctx context.Context, name string) context.Context