May 11, 2012 at 6:57 AM
Edited May 11, 2012 at 6:58 AM
|
Hi,
thank you for the fast response and for this awesome library. I really hope that it will get updated for further ts3 server versions ;)
With 1.0.5.1 my application does not crash anymore. But it seems that it does not fetch any log entries from virtual servers. Instead it only fetches log entries from the master logfile. I've tried both overloads, but i cannot recognize any differences.
Code:
QueryRunner.SelectVirtualServerById(9998);
LogViewResponse logEntries = QueryRunner.GetLogEntries(100);
The server instance with port 9998 has just one log entry. Therefore the result should be something like that:
2012-05-11 08:24:29.010578|WARNING |Variables |3 | listening on 0.0.0.0:9998
But it is:
2012-05-11 08:24:29.010578|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_warning
2012-05-11 08:24:29.010615|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_kick
2012-05-11 08:24:29.010646|WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban
... which is fetched from the master log file, since it does not have a server id assigned.
I am signed in as serveradmin.
Regards,
fs86
|