HTLogger

open class HTLogger

Created by ravi on 7/4/18.

Functions

Link copied to clipboard
open fun d(tag: String, msg: String): Int
Link copied to clipboard
open fun e(tr: Throwable): Int
open fun e(tag: String, msg: String): Int
open fun e(    tag: String,     msg: String,     tr: Throwable): Int
Link copied to clipboard
open fun i(tag: String, msg: String): Int
Link copied to clipboard
open fun v(tag: String, msg: String): Int
Link copied to clipboard
open fun w(tag: String, msg: String): Int
open fun w(    tag: String,     s: String,     throwable: Throwable): Int

Properties

Link copied to clipboard
open val isLoggingDisabled: Boolean