DefaultLumberjackFilter

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

Functions

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