func log/slog.Default
12 uses
log/slog (current package)
logger.go#L55: func Default() *Logger { return defaultLogger.Load() }
logger.go#L160: return Default().With(args...)
logger.go#L281: Default().log(context.Background(), LevelDebug, msg, args...)
logger.go#L286: Default().log(ctx, LevelDebug, msg, args...)
logger.go#L291: Default().log(context.Background(), LevelInfo, msg, args...)
logger.go#L296: Default().log(ctx, LevelInfo, msg, args...)
logger.go#L301: Default().log(context.Background(), LevelWarn, msg, args...)
logger.go#L306: Default().log(ctx, LevelWarn, msg, args...)
logger.go#L311: Default().log(context.Background(), LevelError, msg, args...)
logger.go#L316: Default().log(ctx, LevelError, msg, args...)
logger.go#L321: Default().log(ctx, level, msg, args...)
logger.go#L326: Default().logAttrs(ctx, level, msg, attrs...)