TuulboxLogEngine

object TuulboxLogEngine : LogEngine, HideFromStackTraceTag

Deprecated

Tuulbox logging has been deprecated in favor of Khronicle

Replace with

import com.juul.kable.logs.khronicle.KhronicleLogEngine
KhronicleLogEngine

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)