DittoLogDecorator

interface DittoLogDecorator

This is an interface allowing to shim / wrap a call to ditto_log from the dittoffi.

It has a default basic implementation just below, but is expected to be overriden by a slightly better one but that is Android-specific when within the ditto package.

Functions

log
Link copied to clipboard
abstract fun log(logLevel: DittoLogLevel, tag: String, message: String, error: Throwable?)