RE: customised Loggers: SystemOut and SystemErr loggers

2003-07-24 Thread Shapira, Yoav
Howdy, I see in the manual that it is possible to have customised loggers (Logger tag within a Context). I managed to do a customised FileLogger for my web app, but I couldn't override the default std output and std error logger (cantalina.out). Any ideas how to do that? Use the context's

Re: customised Loggers: SystemOut and SystemErr loggers

2003-07-24 Thread Aurele Venet
that worked thanks! Shapira, Yoav wrote: Howdy, I see in the manual that it is possible to have customised loggers (Logger tag within a Context). I managed to do a customised FileLogger for my web app, but I couldn't override the default std output and std error logger (cantalina.out).