Documentation Menu

getFatalLevel Method

Gets numeric value of the FATAL level

Definition

getFatalLevel(): number

Return Value

The numeric value of the FATAL level.

Examples

This gets the numeric value of level FATAL.

var levelAsNumber = JL.getFatalLevel();