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
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