Package com.couchbase.lite
Class Log
java.lang.Object
com.couchbase.lite.Log
Deprecated.
Use com.couchbase.lite.logging.LogSinks
Holder for the three Couchbase Lite loggers: console, file, and custom.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Use com.couchbase.lite.logging.LogSinks.getConsoleDeprecated.Use com.couchbase.lite.logging.LogSinks.getCustomgetFile()
Deprecated.Use com.couchbase.lite.logging.LogSinks.getFilevoid
Deprecated.Use com.couchbase.lite.logging.LogSinks.setCustom
-
Method Details
-
getConsole
Deprecated.Use com.couchbase.lite.logging.LogSinks.getConsoleGets the logger that writes to the system console- Returns:
- The logger that writes to the system console
-
getFile
Deprecated.Use com.couchbase.lite.logging.LogSinks.getFileGets the logger that writes to log files- Returns:
- The logger that writes to log files
-
getCustom
Deprecated.Use com.couchbase.lite.logging.LogSinks.getCustomGets the custom logger that was registered by the application (if any)- Returns:
- The custom logger that was registered by the application, or null.
-
setCustom
Deprecated.Use com.couchbase.lite.logging.LogSinks.setCustomSets an application specific logging method- Parameters:
customLogger
- A Logger implementation that will receive logging messages
-