HtLog

object HtLog

Functions

Link copied to clipboard
fun d(txt: Any, tags: Tags? = null)
Link copied to clipboard
fun e(txt: Any, tags: Tags? = null)
Link copied to clipboard
fun i(txt: Any, tags: Tags? = null)
Link copied to clipboard
fun log(    txt: Any,     tags: Tags? = null,     channel: LogChannel = LogChannel.VERBOSE)
Link copied to clipboard
fun logException(    e: Throwable,     id: String? = null,     tags: Tags? = null)
Link copied to clipboard
fun v(    txt: Any,     tags: Tags? = null,     channel: LogChannel = LogChannel.VERBOSE)
Link copied to clipboard
fun w(txt: Any, tags: Tags? = null)

Properties

Link copied to clipboard
var isLoggingEnabled: Boolean = true
Link copied to clipboard
const val SDK_TAG: String