SystemLogEngine

expect object SystemLogEngine : LogEngine
actual object SystemLogEngine : LogEngine
actual object SystemLogEngine : LogEngine

Functions

Link copied to clipboard
abstract fun assert(throwable: Throwable?, tag: String, message: String)
open override fun assert(throwable: Throwable?, tag: String, message: String)
open override fun assert(throwable: Throwable?, tag: String, message: String)
Link copied to clipboard
abstract fun debug(throwable: Throwable?, tag: String, message: String)
open override fun debug(throwable: Throwable?, tag: String, message: String)
open override fun debug(throwable: Throwable?, tag: String, message: String)
Link copied to clipboard
abstract fun error(throwable: Throwable?, tag: String, message: String)
open override fun error(throwable: Throwable?, tag: String, message: String)
open override fun error(throwable: Throwable?, tag: String, message: String)
Link copied to clipboard
abstract fun info(throwable: Throwable?, tag: String, message: String)
open override fun info(throwable: Throwable?, tag: String, message: String)
open override fun info(throwable: Throwable?, tag: String, message: String)
Link copied to clipboard
abstract fun verbose(throwable: Throwable?, tag: String, message: String)
open override fun verbose(throwable: Throwable?, tag: String, message: String)
open override fun verbose(throwable: Throwable?, tag: String, message: String)
Link copied to clipboard
abstract fun warn(throwable: Throwable?, tag: String, message: String)
open override fun warn(throwable: Throwable?, tag: String, message: String)
open override fun warn(throwable: Throwable?, tag: String, message: String)