log/slog.HandlerOptions.ReplaceAttr (field)

4 uses

	log/slog (current package)
		handler.go#L167: 	ReplaceAttr func(groups []string, a Attr) Attr
		handler.go#L274: 	rep := h.opts.ReplaceAttr
		handler.go#L395: 	if h.opts.ReplaceAttr != nil {
		handler.go#L469: 	if rep := s.h.opts.ReplaceAttr; rep != nil && a.Value.Kind() != KindGroup {