---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/logs](../index.md) / LogEntry

# Interface: LogEntry

Defined in: [packages/b2c-tooling-sdk/src/operations/logs/types.ts:26](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/logs/types.ts#L26)

Represents a parsed log entry.

## Properties

### file

> **file**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/logs/types.ts:28](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/logs/types.ts#L28)

File name this entry came from

***

### level?

> `optional` **level**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/logs/types.ts:30](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/logs/types.ts#L30)

Log level (INFO, WARN, ERROR, DEBUG, etc.)

***

### message

> **message**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/logs/types.ts:34](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/logs/types.ts#L34)

Log message (with path normalization applied if enabled)

***

### raw

> **raw**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/logs/types.ts:36](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/logs/types.ts#L36)

Raw unprocessed log line

***

### timestamp?

> `optional` **timestamp**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/logs/types.ts:32](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/logs/types.ts#L32)

Timestamp string from the log entry
