isLoggable

open override fun isLoggable(priority: Int): Boolean

Return true if priority is at or above minPriority.

Return

true if priority>= minPriority.

Since

1.0.0

Parameters

priority

Log priority to check.