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

@salesforce/b2c-tooling-sdk / operations/logs / LogFile

Interface: LogFile

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

Represents a log file on a B2C Commerce instance.

Properties

lastModified

lastModified: Date

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

Last modified date


name

name: string

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

File name (e.g., "error-blade1-20250125.log")


path

path: string

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

Full WebDAV path to the file


prefix

prefix: string

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

Log prefix/type (e.g., "error", "customerror", "debug")


size

size: number

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

File size in bytes

Released under the Apache-2.0 License.