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-2009 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
30
31
32perl v5.12.2 2010-08-31 Layout(3)