ILogger Interface |
Namespace: Couchbase.Lite.Util
public interface ILogger
Name | Description | |
---|---|---|
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 | |
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 |