new TranslationWrapper('Emergency'), static::ALERT => new TranslationWrapper('Alert'), static::CRITICAL => new TranslationWrapper('Critical'), static::ERROR => new TranslationWrapper('Error'), static::WARNING => new TranslationWrapper('Warning'), static::NOTICE => new TranslationWrapper('Notice'), static::INFO => new TranslationWrapper('Info'), static::DEBUG => new TranslationWrapper('Debug'), ]; } return static::$levels; } }