# Log Types

## `Log.Log`

A Log as defined in the [Execution API specification](https://github.com/ethereum/execution-apis/blob/main/src/schemas/receipt.yaml).

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

## `Log.Rpc`

An RPC Log as defined in the [Execution API specification](https://github.com/ethereum/execution-apis/blob/main/src/schemas/receipt.yaml).

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