Documentation Menu
getDebugLevel Method
Gets numeric value of the DEBUG level
Definition
get DebugLevel(): number
Return Value
The numeric value of the DEBUG level.
Examples
This gets the numeric value of level DEBUG.
var levelAsNumber = JL.get DebugLevel();