Log Class |
Namespace: Couchbase.Lite.Logging
public static class Log
The Log type exposes the following members.
Name | Description | |
---|---|---|
Disabled |
Gets or sets a value indicated if logging is disabled (if so,
nothing will be logged)
| |
ScrubSensitivity |
Gets or sets the level at which the logger will redacted sensivity
information from the logs.
|
Name | Description | |
---|---|---|
AddLoggerProvider |
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)
| |
SetLiteCoreLogLevel |
An API for setting the logging level of the native LiteCore library
| |
SetLiteCoreLogLevels |
An API for setting logging levels of various domains in the native
LiteCore library
|