TRACE constant

Level const TRACE

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

Implementation

static const Level TRACE = Level('TRACE', 100);