Re: Add appender programmatically

2010-05-08 Thread PriyaPrakash
Hi, :working::working: Ya i know the standard level of log4php,but when we use the threshold it store the level based on priority(ie) if we set threshold like $appender->setThreshold("WARN"); means it store the WARN levels and also to store their lower priority level (INFO,DEBUG). why w

Re: Add appender programmatically

2010-05-08 Thread miquel canes
Hi, Maybe you can use isAsSevereAsThreshold() function. I can't try it now. But if you need, I can check it on monday. On Sat, May 8, 2010 at 9:55 AM, PriyaPrakash wrote: > > Hi, > :working: > Ya i know the standard level of log4php,but when we use the threshold it > store the level based on pri