Re: Different levels to different appenders

2008-02-25 Thread Mikael Ståldal
Jim Reilly skrev: I think your main problem here is that you cannot put the same logger name =xxx and have that xxx be the same string, to be able to seperate by logging level. I am aware of that problem. Now I need a solution. I think your only way would be to have multiple appenders that

Re: Different levels to different appenders

2008-02-25 Thread Paul Smith
On 21/02/2008, at 11:00 PM, Mikael Ståldal wrote: I have two appenders, MAIN_LOG and DEBUG_LOG. I have the loggers set up to match Java class hierarchy as recommended. I have two interesting codebases, com.mycompany and com.othercompany. I want to send DEBUG and higher from com.mycompany