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/SimpleLayout.html
16 for details.
17
20 Copyright 2002-2013 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
27 Please contribute patches to the project on Github:
28
29 http://github.com/mschilli/log4perl
30
31 Send bug reports or requests for enhancements to the authors via our
32
33 MAILING LIST (questions, bug reports, suggestions/patches):
34 log4perl-devel@lists.sourceforge.net
35
36 Authors (please contact them via the list above, not directly): Mike
37 Schilli <m@perlmeister.com>, Kevin Goess <cpan@goess.org>
38
39 Contributors (in alphabetical order): Ateeq Altaf, Cory Bennett, Jens
40 Berthold, Jeremy Bopp, Hutton Davidson, Chris R. Donnelly, Matisse
41 Enzer, Hugh Esco, Anthony Foiani, James FitzGibbon, Carl Franks, Dennis
42 Gregorovic, Andy Grundman, Paul Harrington, Alexander Hartmaier David
43 Hull, Robert Jacobson, Jason Kohles, Jeff Macdonald, Markus Peter,
44 Brett Rann, Peter Rabbitson, Erik Selberg, Aaron Straup Cope, Lars
45 Thegler, David Viner, Mac Yang.
46
47
48
49perl v5.30.1 2020-01-30 Layout::SimpleLayout(3)