Click or drag to resize

Log Methods

The Log type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddLogger
Add a logger to the list of loggers to write output to
Public methodStatic memberD(String, String)
Send a DEBUG message.
Public methodStatic memberD(String, String, Exception)
Send a DEBUG message and log the exception.
Public methodStatic memberD(String, String, Object)
Send a DEBUG message
Public methodStatic memberE(String, String)
Send an ERROR message.
Public methodStatic memberE(String, String, Exception)
Send a ERROR message and log the exception.
Public methodStatic memberE(String, String, Object)
Send a ERROR message
Public methodStatic memberI(String, String)
Send an INFO message.
Public methodStatic memberI(String, String, Exception)
Send a INFO message and log the exception.
Public methodStatic memberI(String, String, Object)
Send a INFO message
Public methodStatic memberSetDefaultLogger
Sets the logger to the library provided logger
Public methodStatic memberSetDefaultLoggerWithLevel Obsolete.
Sets up Couchbase Lite to use the default logger (an internal class), with the specified logging level
Public methodStatic memberSetLogger
Sets the logger.
Public methodStatic memberV(String, String)
Send a VERBOSE message.
Public methodStatic memberV(String, String, Exception)
Send a VERBOSE message and log the exception.
Public methodStatic memberV(String, String, Object)
Send a VERBOSE message
Public methodStatic memberW(String, Exception) Obsolete.
Send a WARN message.
Public methodStatic memberW(String, String)
Send a WARN message.
Public methodStatic memberW(String, String, Exception)
Send a WARN message and log the exception.
Public methodStatic memberW(String, String, Object)
Send a WARN message and log the exception.
Top
See Also