Re: Appenders with different LogLevels

2004-01-28 Thread Waldemar Thiel
g4J Users List <[EMAIL PROTECTED]> cc Subject Appenders with different LogLevels Hi, I have a Logger with 2 different appenders (1x RollingFileAppender and 1x SMTP Appender). I would like to have separate LogLevels for each of them, ie. File >= DEBUG and Smtp=FATAL. Is there a

Appenders with different LogLevels

2004-01-28 Thread Roth Marcel
Hi, I have a Logger with 2 different appenders (1x RollingFileAppender and 1x SMTP Appender). I would like to have separate LogLevels for each of them, ie. File >= DEBUG and Smtp=FATAL. Is there a good solution to this question without creating 2 separate Loggers ? any help appreciated ... M