good, just be aware that one of your appender will get error calls as well as debug calls.
On Mon, Aug 18, 2008 at 4:20 PM, Vladimir Bodurov < [EMAIL PROTECTED]> wrote: > Thank you Frend, > > I also found that > > < > param name="Threshold" value="WARN" /> > for appender works good as well. > > Vlad > > On Mon, Aug 18, 2008 at 12:22 PM, Freddy Gómez <[EMAIL PROTECTED]> wrote: > >> 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 >>> >> >> >
