DEBUG constant

Level const DEBUG

Special key to turn on logging for trace levels (value = 200).

Implementation

static const Level DEBUG = Level('DEBUG', 200);