log/slog.Handler.Handle (method)

12 uses

	log/slog (current package)
		handler.go#L65: 	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)
		multi_handler.go#L39: 			if err := h.multi[i].Handle(ctx, r.Clone()); err != nil {

	go.pact.im/x/logs
		handler.go#L91: 		return h.next.Handle(ctx, r)
		handler.go#L139: 	return next.Handle(ctx, r)
		handler.go#L191: 	return next.Handle(ctx, r)
		logger.go#L153: 	return l.handler.Handle(ctx, r)

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

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

	go.pact.im/x/zapslog
		zapslog.go#L85: 	return c.handler.Handle(c.ctx, record)