Skip to content

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

Function: parseMrtLogLine() ​

parseMrtLogLine(raw): MrtLogEntry

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

Parses a raw MRT log line into a structured entry.

Application log format (tab-separated): {ISO8601}\t{UUID}\t{LEVEL}\t

Platform log format:

Parameters ​

raw ​

string

The raw log line string

Returns ​

MrtLogEntry

Parsed log entry

Released under the Apache-2.0 License.