Re: different log level and appender for different category

2006-06-06 Thread Javier Gonzalez
First off, "Category" is from older releases. It has been deprecated and replaced with Logger. The easiest way to achieve what you want (different log levels and files for different loggers) is to define different appenders and attach them to the loggers you want, and disabling additivity to said

different log level and appender for different category

2006-06-05 Thread Joe Wong (Mango)
Hi, I am new to Log4j. What is the easiest way to setup log4j so that my application can have different logging level and appender ( different log file ) based on the category name? Regards, - Joe