provideNewSyncManagerLogger

internal fun <Error class: unknown class>.provideNewSyncManagerLogger(syncType: SyncType, syncId: String = uuid4().toString(), syncStartedMoment: <Error class: unknown class> = Clock.System.now()): <Error class: unknown class>

Provides a new SyncManagerLogger instance with the given parameters.

Parameters

syncType

the SyncType that will log.

syncId

the unique identifier for the sync process.

syncStartedMoment

the moment when the sync process started.