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

__construct() public method

public __construct ( $path = null, $name = 'logs' )
    public function __construct($path = null, $name = 'logs')
    {
        parent::__construct($name);
        $path = $path ?: $this->getLogsFile();
        $this->getStorageLogs($path);
    }