Click or drag to resize

LogDomainsRouter Property

Gets the logging interface for router logging, which is responsible for logging information about the routing logic in the listener component (i.e. REST API provider for P2P)

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

Property Value

Type: IDomainLogging
See Also