Click or drag to resize

LogDomainsChangeTracker Property

Gets the logging interface for change tracker logging, which is responsible for logging information about the change tracker portion of a pull replication (where the incoming changes are received and parsed)

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IDomainLogging ChangeTracker { get; }

Property Value

Type: IDomainLogging
See Also