Barryvdh\Debugbar\DataCollector\LogsCollector::__construct PHP 메소드

__construct() 공개 메소드

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