Is it possible to do filtering based on appenders rather than on logger name?  I don't 
think setting 
additivity to false is what I want.

What I want to do is show DEBUG messages of all loggers on the console, but have only 
ERROR messages 
go to the NT Event logger.

I tried the following

   log4j.rootLogger=DEBUG, A1
   log4j.logger.x=ERROR, A2


where A1 is console and A2 is the event logger

With this configuration, only error messages are logged to the console.  I need 
debug-error messages 
to be logged on the console as well.

Is this possible?


Regards
Milind



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

Reply via email to