Prado\Util\TDbLogRoute::getAutoCreateLogTable PHP Method

getAutoCreateLogTable() public method

See also: setAutoCreateLogTable
public getAutoCreateLogTable ( ) : boolean
return boolean whether the log DB table should be automatically created if not exists. Defaults to true.
    public function getAutoCreateLogTable()
    {
        return $this->_autoCreate;
    }