Improved logging system.

Made generic flags for log event types.
Made support for module filtering. Note: Manager for module filtering is not implemented. Don't enable filter when testing, otherwise nothing will be logged.
Updated all log events.
This commit is contained in:
richard
2009-06-01 23:29:26 +02:00
parent db866c6f43
commit 4ce30ac002
18 changed files with 317 additions and 141 deletions

View File

@ -18,6 +18,9 @@
#define VERSION "3.0-dev"
// Header includes.
#include "zr/log.h"
// Core includes.
#include "zr/zombiereloaded"
#include "zr/translation"