KhronicleLogEngine

object KhronicleLogEngine : LogEngine, HideFromStackTraceTag

Functions

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