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

Re: [log4perl-devel] Reducing the stack

2008-10-14 Thread Kevin M. Goess
Todd, I think this is what you want: Using Log::Log4perl from wrapper classes If you don't use "Log::Log4perl" as described above, but from a wrapper class (like your own Logging class which in turn uses "Log::Log4perl"), the pattern layout will generate wrong data for %F, %C, %L and the l

[log4perl-devel] Reducing the stack

2008-10-14 Thread todd.e.rinaldo
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 l4p similar to Test::More that would allow me to log e