From: Matthew B. <mat...@co...> - 2005-05-16 13:11:04
|
I've pushed the Log4J patch onto Bodington HEAD. As the WebLearn HEAD was quite different from Bodington HEAD when I did the orginal Log4J patch I had to redo a fair ammount of work (several hours). I don't think I made any mistakes but if anything doesn't look right please yell. I have not changed the log messages that were commented out. All logging is now done through static loggers in each class, eg: private static Logger log = Logger.getLogger(ThisClass.class); I have also commited my ServletAppender that attempts to log log4j messages through the servlet conrtext log() method. However it seems that when a container is using log4j the logging messages end up in a loop (I was getting this with Tomcat 5.5). So at the moment the ServletAppender is not used. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |