ALL constant

LogLevel const ALL

Special key to turn on logging for all levels (value = 0).

Implementation

static const LogLevel ALL = LogLevel('ALL', 0);