Re: Two appenders

2013-02-19 Thread Ivan Habunek
On 19 February 2013 21:23, Jan Galler wrote: > Hi everyone, Hi Jan! > I'm trying to create a logger that covers two outputs. The first one is > a database (so every stuff should go there). And now I try to add an > appender that sends every log-event with an level higher 'warn'. > > But I really

Two appenders

2013-02-19 Thread Jan Galler
Hi everyone, I'm trying to create a logger that covers two outputs. The first one is a database (so every stuff should go there). And now I try to add an appender that sends every log-event with an level higher 'warn'. But I really don't get it working?! I'm doing the following code (PHP): Log