Skip to content

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

Interface: MrtLogEntry ​

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

A parsed MRT log entry.

Properties ​

level? ​

optional level: string

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

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

The log message content.


raw ​

raw: string

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

The original raw log line.


requestId? ​

optional requestId: string

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

Full request UUID, if present.


shortRequestId? ​

optional shortRequestId: string

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

Shortened request ID (first 8 hex chars).


timestamp? ​

optional timestamp: string

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

ISO 8601 timestamp, if present.

Released under the Apache-2.0 License.