fun skipLog(priority: Int, tag: String?, message: String, t: Throwable?): Boolean
Overrides Filter.skipLog
priority - Log priority.
priority
tag - Tag for log.
tag
message - Formatted log message.
message
t - Accompanying exceptions.
t
Return true if the log should be skipped, otherwise false.
true
false
See Also
timber.log.Timber.Tree.log