1Layout::SimpleLayout(3)User Contributed Perl DocumentatioLnayout::SimpleLayout(3)
2
3
4
6 Log::Log4perl::Layout::SimpleLayout - Simple Layout
7
9 use Log::Log4perl::Layout::SimpleLayout;
10 my $layout = Log::Log4perl::Layout::SimpleLayout->new();
11
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/SimpleLay‐
16 out.html for details.
17
20 Kevin Goess, <cpan@goess.org>
21
22
23
24perl v5.8.8 2002-07-10 Layout::SimpleLayout(3)