func log/slog.GroupAttrs
5 uses
log/slog (current package)
attr.go#L75: func GroupAttrs(key string, attrs ...Attr) Attr {
go.pact.im/x/logs
handler.go#L41: slog.GroupAttrs(name, slices.Collect(r.Attrs)...),
go.pact.im/x/zapslog
encode.go#L34: return append(attrs, slog.GroupAttrs(n.child.name, n.child.attrs()...))
encode.go#L74: e.addAttr(slog.GroupAttrs(key, arr.attrs...))
encode.go#L81: e.addAttr(slog.GroupAttrs(key, obj.attrs()...))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)