setDebugMode

open fun setDebugMode(enableDebug: Boolean)

Used to enable or disable logging, and other debug features. If true, Outputs a log when the log priority is VERBOSE or higher. If false, Outputs a log when the log priority is WARN or higher.

Since

Added 1.4.0.

Parameters

enableDebug

Debug features (like logging) are enabled if true, disabled if false.