Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / logging / LogContext

Interface: LogContext

Defined in: packages/b2c-tooling-sdk/src/logging/types.ts:29

Context object for structured logging entries.

A dictionary where any string key can hold any value, used to attach contextual metadata to log messages.

Indexable

[key: string]: unknown

Released under the Apache-2.0 License.