log/slog.Attr.Value (field)

22 uses

	log/slog (current package)
		attr.go#L14: 	Value Value
		attr.go#L99: 	return a.Key == b.Key && a.Value.Equal(b.Value)
		attr.go#L103: 	return a.Key + "=" + a.Value.String()
		attr.go#L109: 	return a.Key == "" && a.Value.num == 0 && a.Value.any == nil
		handler.go#L477: 	a.Value = a.Value.Resolve()
		handler.go#L478: 	if rep := s.h.opts.ReplaceAttr; rep != nil && a.Value.Kind() != KindGroup {
		handler.go#L486: 		a.Value = a.Value.Resolve()
		handler.go#L493: 	if v := a.Value; v.Kind() == KindAny {
		handler.go#L499: 				a.Value = src.group()
		handler.go#L501: 				a.Value = StringValue(fmt.Sprintf("%s:%d", src.File, src.Line))
		handler.go#L505: 	if a.Value.Kind() == KindGroup {
		handler.go#L506: 		attrs := a.Value.Group()
		handler.go#L528: 		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() {