Log Methods |
The Log type exposes the following members.
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. |