Re: Designing appenders (based on FirePHP)

2012-03-25 Thread Ivan Habunek
Cool. I'll have another look at the code today and fix the phpdoc. And I will start writing a guide on developing log4php components in the wiki at some point. Regards, Ivan On 26 March 2012 08:17, Florian Semm wrote: > Am 25.03.2012 10:16, schrieb Ivan Habunek: > > Hi everybody, especially Flo

Re: Designing appenders (based on FirePHP)

2012-03-25 Thread Florian Semm
Am 25.03.2012 10:16, schrieb Ivan Habunek: Hi everybody, especially Florian, I think this is a great opportunity to lay down some rules for designing appenders. Here are several comments I have on the FirePHP appender implementation: 1. Check for pre-requisites on activation. You should check

Designing appenders (based on FirePHP)

2012-03-25 Thread Ivan Habunek
Hi everybody, especially Florian, I think this is a great opportunity to lay down some rules for designing appenders. Here are several comments I have on the FirePHP appender implementation: 1. Check for pre-requisites on activation. You should check for presence of FirePHP library in activateOp