I was told that time of writing a server log file was reduced in recent beta. Parsing the log file is one of obvious but not very elegant ways I think.
On the other hand the content of a log file is created by a code that watches for game events and outputs them to logfile. You can write a similar code that would watch game events and output all needed data not to logfile but to your code directly I guess.
|