---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/mrt](../index.md) / MrtLogEntry

# Interface: MrtLogEntry

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:22](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts#L22)

A parsed MRT log entry.

## Properties

### level?

> `optional` **level**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:30](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts#L30)

Log level (ERROR, WARN, INFO, DEBUG, etc.), if detected.

***

### message

> **message**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:32](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts#L32)

The log message content.

***

### raw

> **raw**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:34](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts#L34)

The original raw log line.

***

### requestId?

> `optional` **requestId**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:26](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts#L26)

Full request UUID, if present.

***

### shortRequestId?

> `optional` **shortRequestId**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:28](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts#L28)

Shortened request ID (first 8 hex chars).

***

### timestamp?

> `optional` **timestamp**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:24](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts#L24)

ISO 8601 timestamp, if present.
