Barryvdh\Debugbar\DataCollector\LogsCollector::getLevels PHP Method

getLevels() public method

Based on https://github.com/mikemand/logviewer/blob/master/src/Kmd/Logviewer/Logviewer.php by mikemand
public getLevels ( ) : array
return array
    public function getLevels()
    {
        $class = new ReflectionClass(new LogLevel());
        return $class->getConstants();
    }