Log Class |
Namespace: Couchbase.Lite.Util
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)
| |
Level |
Gets or sets the logging level for Log.* calls (domains
must be set with their respective interfaces
| |
ScrubSensitivity |
Gets or sets the level at which the logger will redacted sensivity
information from the logs.
|
Name | Description | |
---|---|---|
AddLogger |
Add a logger to the list of loggers to write output to
| |
D(String, String) | Send a DEBUG message. | |
D(String, String, Exception) | Send a DEBUG message and log the exception. | |
D(String, String, Object) | Send a DEBUG message | |
E(String, String) | Send an ERROR message. | |
E(String, String, Exception) | Send a ERROR message and log the exception. | |
E(String, String, Object) | Send a ERROR message | |
I(String, String) | Send an INFO message. | |
I(String, String, Exception) | Send a INFO message and log the exception. | |
I(String, String, Object) | Send a INFO message | |
SetDefaultLogger |
Sets the logger to the library provided logger
| |
SetDefaultLoggerWithLevel | Obsolete.
Sets up Couchbase Lite to use the default logger (an internal class),
with the specified logging level
| |
SetLogger |
Sets the logger.
| |
V(String, String) | Send a VERBOSE message. | |
V(String, String, Exception) | Send a VERBOSE message and log the exception. | |
V(String, String, Object) | Send a VERBOSE message | |
W(String, Exception) | Obsolete. Send a WARN message. | |
W(String, String) | Send a WARN message. | |
W(String, String, Exception) | Send a WARN message and log the exception. | |
W(String, String, Object) | Send a WARN message and log the exception. |
Name | Description | |
---|---|---|
Domains |
The available logging domains (for use with setting the
logging level on various domains)
|