diffsync icon indicating copy to clipboard operation
diffsync copied to clipboard

DiffSyncModel create/update/delete APIs have no logging context

Open glennmatthews opened this issue 5 years ago • 0 comments

Environment

  • DiffSync version: 1.2.0

Proposed Functionality

Extend the DiffSyncModel create, update, and delete APIs with an additional logger parameter, or provide a public log API on the already-included diffsync instance.

Use Case

Currently a DiffSyncModel implementation must construct its own logging context from scratch and lacks access to the context of any surrounding sync operation.

glennmatthews avatar Feb 21 '21 19:02 glennmatthews