Rap2hpoutre\LaravelLogViewer\LaravelLogViewer::getLogLevels PHP Method

getLogLevels() private static method

private static getLogLevels ( ) : array
return array
    private static function getLogLevels()
    {
        $class = new ReflectionClass(new LogLevel());
        return $class->getConstants();
    }