Log

expect class Log(source)

Gets the log controller for Couchbase Lite, which stores the three available logging methods: console (logcat), file, and custom.

actual class Log : DelegatedClass<<Error class: unknown class>> (source)
actual class Log(source)

Properties

Link copied to clipboard

The logger that writes to the system console

Link copied to clipboard
expect var custom: Logger?

The custom logger that was registered by the application (if any)

actual var custom: Logger?
actual var custom: Logger?
Link copied to clipboard
expect val file: FileLogger

The logger that writes to log files

actual val file: FileLogger
actual val file: FileLogger

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String