1Layout(3) User Contributed Perl Documentation Layout(3)
2
3
4
6 Log::Log4perl::Layout - Log4perl Layout Virtual Base Class
7
9 # Not to be used directly, see below
10
12 "Log::Log4perl::Layout" is a virtual base class for the two currently
13 implemented layout types
14
15 Log::Log4perl::Layout::SimpleLayout
16 Log::Log4perl::Layout::PatternLayout
17
18 Unless you're implementing a new layout class for Log4perl, you
19 shouldn't use this class directly, but rather refer to
20 Log::Log4perl::Layout::SimpleLayout or
21 Log::Log4perl::Layout::PatternLayout.
22
24 Copyright 2002-2013 by Mike Schilli <m@perlmeister.com> and Kevin Goess
25 <cpan@goess.org>.
26
27 This library is free software; you can redistribute it and/or modify it
28 under the same terms as Perl itself.
29
31 Please contribute patches to the project on Github:
32
33 http://github.com/mschilli/log4perl
34
35 Send bug reports or requests for enhancements to the authors via our
36
37 MAILING LIST (questions, bug reports, suggestions/patches):
38 log4perl-devel@lists.sourceforge.net
39
40 Authors (please contact them via the list above, not directly): Mike
41 Schilli <m@perlmeister.com>, Kevin Goess <cpan@goess.org>
42
43 Contributors (in alphabetical order): Ateeq Altaf, Cory Bennett, Jens
44 Berthold, Jeremy Bopp, Hutton Davidson, Chris R. Donnelly, Matisse
45 Enzer, Hugh Esco, Anthony Foiani, James FitzGibbon, Carl Franks, Dennis
46 Gregorovic, Andy Grundman, Paul Harrington, Alexander Hartmaier David
47 Hull, Robert Jacobson, Jason Kohles, Jeff Macdonald, Markus Peter,
48 Brett Rann, Peter Rabbitson, Erik Selberg, Aaron Straup Cope, Lars
49 Thegler, David Viner, Mac Yang.
50
51
52
53perl v5.34.0 2022-01-21 Layout(3)