Documentation Menu

getDebugLevel Method

Gets numeric value of the DEBUG level

Definition

getDebugLevel(): number

Return Value

The numeric value of the DEBUG level.

Examples

This gets the numeric value of level DEBUG.

var levelAsNumber = JL.getDebugLevel();