1Layout::SimpleLayout(3)User Contributed Perl DocumentatioLnayout::SimpleLayout(3)
2
3
4

NAME

6       Log::Log4perl::Layout::SimpleLayout - Simple Layout
7

SYNOPSIS

9         use Log::Log4perl::Layout::SimpleLayout;
10         my $layout = Log::Log4perl::Layout::SimpleLayout->new();
11

DESCRIPTION

13       This class implements the "log4j" simple layout format -- it basically
14       just prints the message priority and the message, that's all.  Check
15       http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/SimpleLayout.html
16       for details.
17

SEE ALSO

20       Copyright 2002-2009 by Mike Schilli <m@perlmeister.com> and Kevin Goess
21       <cpan@goess.org>.
22
23       This library is free software; you can redistribute it and/or modify it
24       under the same terms as Perl itself.
25
26
27
28perl v5.12.2                      2010-08-31           Layout::SimpleLayout(3)
Impressum