treessence / fr.bipi.tressence.common.filters / Filter / skipLog

skipLog

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

Parameters

priority - Log priority.

tag - Tag for log.

message - Formatted log message.

t - Accompanying exceptions.

Return
true if the log should be skipped, otherwise false.

See Also

timber.log.Timber.Tree.log