public static $errorLevels = array(
        E_ERROR => 'error',
        E_WARNING => 'warning',
        E_PARSE => 'parse',
        E_NOTICE => 'notice',