@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? ​
optionallevel: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? ​
optionalrequestId:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:26
Full request UUID, if present.
shortRequestId? ​
optionalshortRequestId:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:28
Shortened request ID (first 8 hex chars).
timestamp? ​
optionaltimestamp:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/tail-logs.ts:24
ISO 8601 timestamp, if present.