log/slog.Handler.Handle (method)

5 uses

	log/slog (current package)
		handler.go#L60: 	Handle(context.Context, Record) error
		logger.go#L102: 	return origLen, w.h.Handle(context.Background(), r)
		logger.go#L256: 	_ = l.Handler().Handle(ctx, r)
		logger.go#L276: 	_ = l.Handler().Handle(ctx, r)

	go.pact.im/x/slogtime
		slogtime.go#L102: 	_ = l.handler.Handle(ctx, r)