exeLevel property

DevLevel exeLevel
getter/setter pair

The lowest level threshold to execute the function exeFinalFunc Only logs at or above this level will trigger the final function Default is warn (executes for warn, error, and fatal levels)

Implementation

static DevLevel exeLevel = DevLevel.warn;