Re: [Mav-user] Logging from controller

2006-05-11 Thread Jeff Schnitzer
Unfortunately I'm pretty sure that's going to be far too general a question. You need to explain how your logging framework works if anyone's going to be able to help you. Does it do anything weird with classloaders? Jeff Louis Malenica wrote: Hi, I am trying to log via a standard custom

Re: [Mav-user] Logging from controller

2006-05-11 Thread Louis Malenica
Hi Jeff, Thanks for responding. I have written a simple Listener class that is loaded at startup by Tomcat, which makes a static logger available to the web-app (both as a static getter and a servlet context param), and I have no problem using it from other areas such as jsp or servlets or