class TagFilter : Filter
TagFilter(tagRegex: String)TagFilter(pattern: Pattern) |
val tagRegex: String |
fun isLoggable(priority: Int, tag: String?): Boolean |
|
fun skipLog(priority: Int, tag: String?, message: String, t: Throwable?): Boolean |