Click or drag to resize

LogDisabled Property

Gets or sets a value indicated if logging is disabled (if so, nothing will be logged)

Namespace:  Couchbase.Lite.Logging
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
public static bool Disabled { get; set; }

Property Value

Type: Boolean
See Also