Prado\Util\TDbLogRoute::setLogTableName PHP Метод

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

Note, if {@link setAutoCreateLogTable AutoCreateLogTable} is false and you want to create the DB table manually by yourself, you need to make sure the DB table is of the following structure: (key CHAR(128) PRIMARY KEY, value BLOB, expire INT)
См. также: setAutoCreateLogTable
public setLogTableName ( $value )
    public function setLogTableName($value)
    {
        $this->_logTable = $value;
    }