Click or drag to resize

LogDomainsExcept Method

Gets all of the logging interfaces except the ones specified so that logic can be applied to all of them

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IDomainLogging Except(
	params IDomainLogging[] loggers
)

Parameters

loggers
Type: Couchbase.Lite.UtilIDomainLogging
The loggers to exclude

Return Value

Type: IDomainLogging

[Missing <returns> documentation for "M:Couchbase.Lite.Util.LogDomains.Except(Couchbase.Lite.Util.IDomainLogging[])"]

See Also