log/slog.Attr.Value (field)

22 uses

	log/slog (current package)
		attr.go#L14: 	Value Value
		attr.go#L90: 	return a.Key == b.Key && a.Value.Equal(b.Value)
		attr.go#L94: 	return a.Key + "=" + a.Value.String()
		attr.go#L100: 	return a.Key == "" && a.Value.num == 0 && a.Value.any == nil
		handler.go#L468: 	a.Value = a.Value.Resolve()
		handler.go#L469: 	if rep := s.h.opts.ReplaceAttr; rep != nil && a.Value.Kind() != KindGroup {
		handler.go#L477: 		a.Value = a.Value.Resolve()
		handler.go#L484: 	if v := a.Value; v.Kind() == KindAny {
		handler.go#L487: 				a.Value = src.group()
		handler.go#L489: 				a.Value = StringValue(fmt.Sprintf("%s:%d", src.File, src.Line))
		handler.go#L493: 	if a.Value.Kind() == KindGroup {
		handler.go#L494: 		attrs := a.Value.Group()
		handler.go#L516: 		s.appendValue(a.Value)
		record.go#L101: 		if a.Value.isEmptyGroup() {
		record.go#L120: 		if !a.Value.isEmptyGroup() {
		record.go#L133: 		if a.Value.isEmptyGroup() {
		value.go#L186: 			if !a.Value.isEmptyGroup() {
		value.go#L199: 		if a.Value.isEmptyGroup() {