ILumberjackLogger

Properties

Link copied to clipboard
abstract val filter: LumberjackFilter
Link copied to clipboard
abstract val minLogLevel: Level

the minimum log level that is logged by this logger

Functions

Link copied to clipboard
open fun isEnabled(level: Level): Boolean
Link copied to clipboard
abstract fun log(level: Level, tag: String?, time: Long, fileName: String, className: String, methodName: String, line: Int, msg: String?, throwable: Throwable?)