Click or drag to resize

LogDomainsGroup Method

Groups the specified loggers together to apply the given logic to all of them at once. For example:
Log.Domains.Group(Log.Domains.Listener, Log.Domains.Discovery).Level = Log.LogLevel.Verbose;

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

Parameters

loggers
Type: Couchbase.Lite.UtilIDomainLogging
The loggers to apply the logic to.

Return Value

Type: IDomainLogging

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

See Also