Re: Trying to use the "juli" Loggers within Tomcat

2007-11-01 Thread Albretch Mueller
.getRootLogger().addAppender(mockAppender); > java.util.logging.Logger juliLogger = > java.util.logging.Logger.getLogger("foo"); > juliLogger.info("boo"); > > > M-- > - Original Message - > Wrom: FPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRK > To: > Sent: Th

Trying to use the "juli" Loggers within Tomcat

2007-11-01 Thread Albretch Mueller
Hi, ~ all I need is going like this from within a servlet ~ Logger Lg = LoggerFactory.getLogger(); Lg.log("blah"); ~ I am able to attach a logger to a webapp but I don't know how to use loggers to occassionally debug servlets and I couldn't find anything when I searched for it ~ How