func log/slog.Int64

6 uses

	log/slog (current package)
		attr.go#L23: func Int64(key string, value int64) Attr {
		attr.go#L30: 	return Int64(key, int64(value))

	go.pact.im/x/zapslog
		encode.go#L122: 	e.addAttr(slog.Int64(key, value))
		encode.go#L126: 	e.addAttr(slog.Int64(key, int64(value)))
		encode.go#L130: 	e.addAttr(slog.Int64(key, int64(value)))
		encode.go#L134: 	e.addAttr(slog.Int64(key, int64(value)))