Re: [log4perl-devel] Change proposition: multiple configuration files

2008-10-05 Thread Anno Siegel
, at 12:19, Anno Siegel wrote: I'd like to add the ability to give multiple (partial) configuration files to init() and init_and_watch(). In place of a single file, you could specify an array(ref) of files, whose concatenation is used in initialization, and which are all watched for change

Re: [log4perl-devel] Change proposition: multiple configuration files

2008-10-13 Thread Anno Siegel
On 05.10.2008, at 12:08, Anno Siegel wrote: > When I posted the message reproduced below I managed to append a > botched > version of my patch. Here is a good one (demo.tgz was okay, > reposting for > completeness). Sorry about that. > > [etc] Hmm... it'

Re: [log4perl-devel] Reducing the stack

2008-10-15 Thread Anno Siegel
On 14.10.2008, at 20:22, todd.e.rinaldo wrote: > Hi, > > I often have a helper routine in my code that logs an event and then > does stuff. In some cases, it would be helpful if the line number that > is logged was one level up from where I call debug. > > My question: does functionality exist in