add changes so far
[p5sagit/Log-Contextual.git] / lib / Log / Contextual / Log4perl.pm
CommitLineData
36800dd7 1# make wrapper for Log::Log4perl that fixes callstack:
2# < mst> sub debug { local $Log::Log4perl::caller_depth =
3# $Log::Log4perl::caller_depth + 3; shift->{l4p}->debug(@_) }
4package Log::Contextual::Log4perl;
5
61;
7
8__END__
9
10=head1 NAME
11
12Log::Contextual::Log4perl - wrapper to fix callstack for Log::Log4perl::Logger
13
14=cut
15