LevelLog

open class LevelLog : ILogger

Constructors

LevelLog
Link copied to clipboard
open fun LevelLog()
LevelLog
Link copied to clipboard
open fun LevelLog(logger: ILogger)

Types

Level
Link copied to clipboard
enum Level

Functions

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)
getImpl
Link copied to clipboard
open fun getImpl(): ILogger
i
Link copied to clipboard
abstract fun i(p: String)
open fun i(msg: String)
open fun i(tag: String, msg: String)
setImpl
Link copied to clipboard
open fun setImpl(l: ILogger)
setTag
Link copied to clipboard
abstract fun setTag(p: String)
open fun setTag(tag: 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

DEFAULT
Link copied to clipboard
open val DEFAULT: ILogger
level
Link copied to clipboard
private open var level: LevelLog.Level
sDefaultLogger
Link copied to clipboard
open val sDefaultLogger: ILogger