filter

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

Returns true if and only if the log entry should be persisted.

Parameters

priority

Log level. See Log for constants.

tag

Explicit or inferred tag.

message

Formatted log message.

t

Accompanying exceptions.

See also

Timber.Tree.log