RE: activate/ deactivate Logger with configuration file

2003-01-30 Thread Madhava Reddy
-Original Message- From: Lutz Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 9:40 PM To: 'Log4J Users List' Subject: RE: activate/ deactivate Logger with configuration file Andreas, My understanding is that Logger Levels are controlled by their name (the

RE: activate/ deactivate Logger with configuration file

2003-01-29 Thread Lutz Michael
Andreas, My understanding is that Logger Levels are controlled by their name (the parameter passed to the getLogger method). It is possible to filter at the appender level, but appenders are attached to loggers and in your case they're the same name (because you're using the class name, which i