Click or drag to resize

LogDomainsUpgrade Property

Gets the logging interface for upgrade logging, which is responsible for logging information about local database upgrades (when a new version of Couchbase Lite changes the database layout in a way that is not backwards compatible)

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

Property Value

Type: IDomainLogging
See Also