func log/slog.Uint64

7 uses

	log/slog (current package)
		attr.go#L34: func Uint64(key string, v uint64) Attr {

	go.pact.im/x/zapslog
		encode.go#L146: 	e.addAttr(slog.Uint64(key, uint64(value)))
		encode.go#L150: 	e.addAttr(slog.Uint64(key, value))
		encode.go#L154: 	e.addAttr(slog.Uint64(key, uint64(value)))
		encode.go#L158: 	e.addAttr(slog.Uint64(key, uint64(value)))
		encode.go#L162: 	e.addAttr(slog.Uint64(key, uint64(value)))
		encode.go#L166: 	e.addAttr(slog.Uint64(key, uint64(value)))