Hi, I was wondering if it's possible to configure multiple loggers through log4j...I 
know I can have multiple appenders so that I can go "log.debug('whatever');" and have 
the message go to multiple logs in multiple formats, but what I would like to do is 
have a logger configured that handles debug/trace/info log events (which I already 
do), and then have another, very specific logger set up that ONLY logs transaction 
information to a database.  I don't want the second logger to recieve any of the 
debug/trace/info data that's handled by the current logger, and I don't want the 
current logger to recieve any of the transaction data that the second logge will be 
writing to the database.

...so is it possible to do this with log4j, and if so, how?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845654#3845654

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845654


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to