log/slog.Handler.WithAttrs (method)

3 uses

	log/slog (current package)
		handler.go#L65: 	WithAttrs(attrs []Attr) Handler
		logger.go#L131: 	c.handler = l.handler.WithAttrs(argsToAttrSlice(args))

	go.pact.im/x/slogtime
		slogtime.go#L61: 	c.handler = l.handler.WithAttrs(attrs)