ERROR constant

LogRecord_Level const ERROR

Log levels, chosen to match python logging conventions.

Implementation

static const LogRecord_Level ERROR =
    LogRecord_Level._(40, _omitEnumNames ? '' : 'ERROR');