Jyxo\Webdav\FileLogger::__construct PHP Method

__construct() public method

Creates the logger.
public __construct ( string $fileName )
$fileName string Logging filename
    public function __construct(string $fileName)
    {
        $this->fileName = $fileName;
    }