log/slog.Attr.Key (field)

10 uses

	log/slog (current package)
		attr.go#L13: 	Key   string
		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#L503: 			if a.Key != "" {
		handler.go#L504: 				s.openGroup(a.Key)
		handler.go#L510: 			if a.Key != "" {
		handler.go#L511: 				s.closeGroup(a.Key)
		handler.go#L515: 		s.appendKey(a.Key)