Eris\Listener\Log::__construct PHP Method

__construct() public method

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