Click or drag to resize

IDomainLogging Interface

An interface describing a logger which logs to a specific domain

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public interface IDomainLogging : IEnumerable<IDomainLogging>, 
	IEnumerable

The IDomainLogging type exposes the following members.

Properties
  NameDescription
Public propertyDomain
Gets the domain of this logger
Public propertyLevel
Gets or sets the current logging level of this logger
Top
See Also