At the moment, we use a separate logger for each class. This gives us the ability to change the logging level per class, but I don't think is this very useful. In general, you are not interested in the behaviour of a single class, but rather in certain aspects of the game, such as serialization, network code, or AI. Therefore, it might well be more useful to have a limited number of loggers covering aspects of the game. What do you think?
Regards Michael ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Freecol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freecol-developers
