What is GameLogger:

     Game Logger's purpose is to log all the game events such as kills, players scoring, team scoring, items being picked up, players' talks, sprees & multikills. It also writes down most rules of the game - time limit, server type, map, gametype specific settings, such as time to score for Double Domination. In the end of the match it recreates and logs end game score table. In brief, GL is like an IRC-reporter, but it writes the HTML log instead of transmitting to the IRC-channel. The size of one log shouldn't be more than 500kb, and it downloads faster, because of text compression, that is very useful for the dial-up users. They can understand what was happening in the game without downloading the demo. And I might add they don't need to download extra files used on server. This mutator is designed mostly for the LAN events, where not always could exist the possibility to upload demos or set up UTV.

    The 4.0 version features plugin system that allows you to add support for your favorite gametype or mod. With plugins you can make all what you want, including separate summaries and logs, using GameLogger only as host for a plugin. Also this version introduces replaceable HTML wrapper, which maintains HTML-related functions, allowing you to completely change the log appearance.

    Make sure to check the Recommendations section as there are some advices, that might help you to avoid possible problems.