You could use two appenders with the same logger, each one with a LevelMatchFilter, so one appender writes to the database and the other writes to the console.
-fred On Mon, Aug 18, 2008 at 2:47 PM, Vladimir Bodurov < [EMAIL PROTECTED]> wrote: > Hello, > > Can I limit the level for appender, for example if I want the errors to go > to database and the debug calls to Debug Output. > > Is this possible? > > Thank you in advance > > Vlad >
