phpbb\log\log::set_log_table PHP Method

set_log_table() public method

Set table name
public set_log_table ( string $log_table ) : null
$log_table string Can overwrite the table to use for the logs
return null
    public function set_log_table($log_table)
    {
        $this->log_table = $log_table;
    }