Prado\Util\TDbLogRoute::getLogTableName PHP Method

getLogTableName() public method

See also: setAutoCreateLogTable
public getLogTableName ( ) : string
return string the name of the DB table to store log content. Defaults to 'pradolog'.
    public function getLogTableName()
    {
        return $this->_logTable;
    }