log/slog.HandlerOptions.ReplaceAttr (field)

4 uses

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