Click or drag to resize

LogDomainsSync Property

Gets the logging interface for sync logging, which is responsible for logging activity between the library and remote (network) endpoints.

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

Property Value

Type: IDomainLogging
See Also