Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@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?

optional level: 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?

optional timestamp: string

Defined in: packages/b2c-tooling-sdk/src/operations/logs/types.ts:32

Timestamp string from the log entry

Released under the Apache-2.0 License.