fromPriority

open fun fromPriority(priority: Int): Int

The Log Level and android.util.Log are not compatible.

Level has additional APPLICATION level, while Log the ASSERT. Also, the WARN has the same value as INFO. Therefore, a translation needs to be done to log a message using android.util.Log priorities.

Return

the Level matching given priority.

Parameters

priority

the android.util.Log priority.