Click or drag to resize

Log Class

Centralized logging facility.
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.LoggingLog

Namespace:  Couchbase.Lite.Logging
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
public static class Log

The Log type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDisabled
Gets or sets a value indicated if logging is disabled (if so, nothing will be logged)
Public propertyStatic memberScrubSensitivity
Gets or sets the level at which the logger will redacted sensivity information from the logs.
Top
Methods
  NameDescription
Public methodStatic memberAddLoggerProvider
Adds a provider to accept logging messages to the Log implementation (if none are added by the time the first log message comes then a default one will be chosen)
Public methodStatic memberSetLiteCoreLogLevel
An API for setting the logging level of the native LiteCore library
Public methodStatic memberSetLiteCoreLogLevels
An API for setting logging levels of various domains in the native LiteCore library
Top
See Also