SystemOutputImpl

open class SystemOutputImpl : BaseLogger

Functions

close
Link copied to clipboard
abstract fun close()
open fun close()
d
Link copied to clipboard
abstract fun d(p: String)
open fun d(msg: String)
open fun d(tag: String, msg: String)
e
Link copied to clipboard
abstract fun e(p: String)
open fun e(msg: String)
open fun e(tag: String, msg: String)
open fun e(msg: String, t: Throwable)
open fun e(tag: String, msg: String, t: Throwable)
i
Link copied to clipboard
abstract fun i(p: String)
open fun i(msg: String)
open fun i(tag: String, msg: String)
setTag
Link copied to clipboard
abstract fun setTag(p: String)
open fun setTag(tag: String)
stackToString
Link copied to clipboard
open fun stackToString(t: Throwable): String
w
Link copied to clipboard
abstract fun w(p: String)
open fun w(msg: String)
open fun w(tag: String, msg: String)
open fun w(msg: String, t: Throwable)
open fun w(tag: String, msg: String, t: Throwable)