Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / operations/mrt / MrtLogEntry

Interface: MrtLogEntry

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:21

A parsed MRT log entry.

Properties

level?

optional level: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:29

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


message

message: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:31

The log message content.


raw

raw: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:33

The original raw log line.


requestId?

optional requestId: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:25

Full request UUID, if present.


shortRequestId?

optional shortRequestId: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:27

Shortened request ID (first 8 hex chars).


timestamp?

optional timestamp: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:23

ISO 8601 timestamp, if present.

Released under the Apache-2.0 License.