@salesforce/b2c-tooling-sdk / operations/logs / LogEntry
Interface: LogEntry ​
Defined in: packages/b2c-tooling-sdk/src/operations/logs/types.ts:26
Represents a parsed log entry.
Properties ​
file ​
file:
string
Defined in: packages/b2c-tooling-sdk/src/operations/logs/types.ts:28
File name this entry came from
level? ​
optionallevel:string
Defined in: packages/b2c-tooling-sdk/src/operations/logs/types.ts:30
Log level (INFO, WARN, ERROR, DEBUG, etc.)
message ​
message:
string
Defined in: packages/b2c-tooling-sdk/src/operations/logs/types.ts:34
Log message (with path normalization applied if enabled)
raw ​
raw:
string
Defined in: packages/b2c-tooling-sdk/src/operations/logs/types.ts:36
Raw unprocessed log line
timestamp? ​
optionaltimestamp:string
Defined in: packages/b2c-tooling-sdk/src/operations/logs/types.ts:32
Timestamp string from the log entry