Versions in this module Expand all Collapse all v1 v1.2.0 Sep 10, 2024 Changes in this version + func Debug(msg string, args ...any) + func DebugContext(ctx context.Context, msg string, args ...any) + func Error(msg string, args ...any) + func ErrorContext(ctx context.Context, msg string, args ...any) + func Fatal(msg string, args ...any) + func FatalContext(ctx context.Context, msg string, args ...any) + func GetLogLevel() slog.Level + func Info(msg string, args ...any) + func InfoContext(ctx context.Context, msg string, args ...any) + func InitDefault(level slog.Level) + 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 SetLogLevel(level slog.Level) + func Warn(msg string, args ...any) + func WarnContext(ctx context.Context, msg string, args ...any) + func With(args ...any) *slog.Logger