HI ,

   I want to generate 5 log files depends on levels in
the same class.
(ex:  Logger logger = Logger.getLogger("com.abcd");
  logger.debug("debug message");

1. debug message will go to debug.log,
2. error messages will go to error.log, 
3. Info messages will go to info.log,
4. warn messages will go warn.log, 
5. fatal messages will go to fatal.log.
Is it possible by using Log4j.Can you suggest me.

Thanks,
Vijay





__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to