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

NoFilter

class NoFilter : Filter

Constructors

<init>

NoFilter()

Functions

isLoggable

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

skipLog

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

Companion Object Properties

INSTANCE

val INSTANCE: Filter