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