treessence / fr.bipi.tressence.common.filters / TagFilter

TagFilter

class TagFilter : Filter

Constructors

<init>

TagFilter(tagRegex: String)
TagFilter(pattern: Pattern)

Properties

tagRegex

val tagRegex: String

Functions

isLoggable

fun isLoggable(priority: Int, tag: String?): Boolean

skipLog

fun skipLog(priority: Int, tag: String?, message: String, t: Throwable?): Boolean