NAME
Log::Log4perl::Layout::PatternLayout - Pattern Layout
SYNOPSIS
use Log::Log4perl::Layout::PatternLayout;
my $layout = Log::Log4perl::Layout::PatternLayout->("%d (%F:%L)> %m");
DESCRIPTION
Creates a pattern layout according to http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout.html. Please check this page for documentation on the various %x
format tags.
Log::Log4perl::Layout::PatternLayout
is used in connection with the Log::Log4perl::Appender
object, which knows how to access its methods to render a message according to the given printf
-like format.
SEE ALSO
AUTHOR
Mike Schilli, <m@perlmeister.com>