logDeprecationWarnings
constlogDeprecationWarnings: (eventDef,args) =>Effect.Effect<void>
Defined in: packages/@livestore/common/dist/schema/EventDef/deprecated.d.ts:94
Logs deprecation warnings for an event using Effect.logWarning. Checks both event-level and field-level deprecation, with deduplication.
Parameters
Section titled “Parameters”eventDef
Section titled “eventDef”The event definition to check
Record<string, unknown>
The event arguments
Returns
Section titled “Returns”Effect.Effect<void>
An Effect that logs warnings for any deprecations found