Hi all,
the latest maintenance release of Log::Log4perl, version 0.26, has been released to CPAN, featuring the following fixes:
0.26 10/28/2002
* (kg) enabled %l (was missing from
PatternLayout::define)
* (kg) got rid of "Use of uninitialized
value in join or string" message when some
of $logger->debug(@array) when some of
@array are undef
* (ms) Stealth loggers and documentation
* (kg) Better error message for case
reported by Hai Wu
* (ms) Added Log/Log4perl/FAQ.pm, which the
homepage links to
* (ms) Took dependency on Test::More and
Test::Simple out of the PPD file because of
a problem with Activestate 5.6.1 reported by
James Hahn <jr...@at...>
* (ms) Added Log::Dispatch equivalent levels
to the Log4perl loggers, which are passed on
the Log::Dispatch appenders now according to
the priority of the message instead of the
default "DEBUG" setting
* (ms) Added %P process ID to PatternLayout as
suggested by Paul Harrington
<Pau...@de...>. Also added %H
as hostname
* (kg) Added %min.max formatter to
PatternLayout
* (ms) Updated docs for
Log::Log4perl::DateFormat
Have fun!
-- Mike
############################
# Mike Schilli #
# log...@pe... #
# http://perlmeister.com #
# log4perl.sourceforge.net #
############################
|