Re: [log4perl-devel] Suggested update to the POD

2008-01-25 Thread Mike Schilli
On Fri, 25 Jan 2008, Steven Lembark wrote: > +sub debug > +{ > +local $Log::Log4perl::caller_depth ||= 1; > + > +... > +} Hmm ... do you mean local $Log::Log4perl::caller_depth = $Log::Log4perl::caller_depth + 1; by any chance? See http://log4pe

[log4perl-devel] Suggested update to the POD

2008-01-25 Thread Steven Lembark
--- lib/Log/Log4perl.pm.orig2008-01-24 18:20:30.319775285 -0500 +++ lib/Log/Log4perl.pm 2008-01-25 16:51:51.220863874 -0500 @@ -2329,7 +2329,7 @@ =head1 Using Log::Log4perl from wrapper classes -If you don't use C as described above, +If you don't use C as described above, but from

[log4perl-devel] Suggested update to the POD

2008-01-25 Thread Steven Lembark
The wrapper-level variable probably should be localized by any class that wraps L4p: there's no guarantee that no-one will call an un-wrapped method in L4p and botch the sequcnes. =head1 Using Log::Log4perl from wrapper classes If you don't use C as described above, but from a wrapper class (like