Package-level declarations

Types

Link copied to clipboard
object DefaultLumberjackFilter : Function9<level: Level, tag: String?, time: Long, fileName: String, className: String, methodName: String, line: Int, msg: String?, throwable: Throwable?, Boolean>

this filter does not filter out anything

Link copied to clipboard
typealias LumberjackFilter = (level: Level, tag: String?, time: Long, fileName: String, className: String, methodName: String, line: Int, msg: String?, throwable: Throwable?) -> Boolean