@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