Variable LogLevelsConst Internal

LogLevels: {
    CRITICAL: 50;
    DEBUG: 10;
    ERROR: 40;
    INFO: 20;
    NOTSET: 0;
    WARN: 30;
} = ...

Use this to retrieve the numeric log level by it's associated name. Defaults to INFO.