| Log-Log4perl documentation | Contained in the Log-Log4perl distribution. |
Log::Log4perl::JavaMap::TestBuffer - wraps Log::Log4perl::Appender::TestBuffer
Just for testing the Java mapping.
http://jakarta.apache.org/log4j/docs/
Log::Log4perl::Javamap
Log::Dispatch::Screen
Copyright 2002-2009 by Mike Schilli <m@perlmeister.com> and Kevin Goess <cpan@goess.org>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Log-Log4perl documentation | Contained in the Log-Log4perl distribution. |
package Log::Log4perl::JavaMap::TestBuffer; use Carp; use strict; use Log::Log4perl::Appender::TestBuffer; use constant _INTERNAL_DEBUG => 0; sub new { my ($class, $appender_name, $data) = @_; my $stderr; return Log::Log4perl::Appender->new("Log::Log4perl::Appender::TestBuffer", name => $appender_name); } 1;