# z.Log.Log

Log schema.

## Imports

```ts
import { z } from 'ox/zod'

z.Log.Log
```

## Definition

```ts
export const Log = z.object(fields(z_Uint.Uint, z_Number.Number))
```

**Source:** [src/zod/Log.ts](https://github.com/wevm/ox/blob/main/src/zod/Log.ts)
