Click or drag to resize

LogLevel Property

Gets or sets the logging level for Log.* calls (domains must be set with their respective interfaces

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public static LogLogLevel Level { get; set; }

Property Value

Type: LogLogLevel
See Also