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