[log4perl-devel] Access to Log::Log4perl::Appender->threshold() should be documented

2013-04-16 Thread Jens Berthold
Hi, using the programmatic approach to configure Log4perl I spent quite some time to find a reference to Log::Log4perl::Appender->threshold(). I would really like to see that function described in the pod for Log::Log4perl::Appender. Thanks! -- Jens --

Re: [log4perl-devel] Problems with API config using appender Synchronized

2009-04-21 Thread Jens Berthold
Mike Schilli wrote: >> I added a new test script for this behaviour and a possible patch to >> Synchronized (Log4perl version 1.21). > >Looks good, I've applied it to the git repo (we're in the process of >migrating to github). Great! Altough my changes were tiny, it still feels good to colla

[log4perl-devel] Problems with API config using appender Synchronized

2009-04-09 Thread Jens Berthold
esses, eventually all existing processes try to remove the semaphore. I could only solve this with a derived class that stores the process id of the parent and only allowed the parent to remove the semaphore. I'm