isLoggable

open fun isLoggable(priority: Int): Boolean

Whether this Sink should handle the given log priority.

Defaults to true for all priorities. Override to restrict (e.g., only WARN and above).

Return

true if this Sink should handle the given priority.

Since

1.0.0

Parameters

priority

Log priority (android.util.Log constants).