Expose\Log\Mongo::setDbCollection PHP Method

setDbCollection() public method

Set the current DB collection name
public setDbCollection ( string $collection )
$collection string Collection name
    public function setDbCollection($collection)
    {
        $this->dbCollection = $collection;
    }