DEBUG constant

LogRecord_Level const DEBUG

Log levels, chosen to match python logging conventions.

Implementation

static const LogRecord_Level DEBUG =
    LogRecord_Level._(10, _omitEnumNames ? '' : 'DEBUG');