BaseLogger

abstract class BaseLogger : ILogger, Closeable

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)
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)

Properties

tag
Link copied to clipboard
private open var tag: String

Inheritors

SystemOutputImpl
Link copied to clipboard
SystemLoggerImpl
Link copied to clipboard