FastFeed\Logger\Logger::__construct PHP Метод

__construct() публичный Метод

public __construct ( $fileName )
    public function __construct($fileName)
    {
        $this->fileName = $fileName;
    }