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

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

См. также: setAutoCreateLogTable
public getLogTableName ( ) : string
Результат string the name of the DB table to store log content. Defaults to 'pradolog'.
    public function getLogTableName()
    {
        return $this->_logTable;
    }