Deployment\Logger::__construct PHP Method

__construct() public method

public __construct ( $file )
    public function __construct($file)
    {
        $this->file = fopen($file, 'w');
    }