class NoFilter : Filter
<init>
NoFilter()
isLoggable
fun isLoggable(priority: Int, tag: String?): Boolean
skipLog
fun skipLog(priority: Int, tag: String?, message: String, t: Throwable?): Boolean
INSTANCE
val INSTANCE: Filter