1Layout::NoopLayout(3) User Contributed Perl DocumentationLayout::NoopLayout(3)
2
3
4
6 Log::Log4perl::Layout::NoopLayout - Pass-thru Layout
7
9 use Log::Log4perl::Layout::NoopLayout;
10 my $layout = Log::Log4perl::Layout::NoopLayout->new();
11
13 This is a no-op layout, returns the logging message unaltered, useful
14 for implementing the DBI logger.
15
17 Copyright 2002-2009 by Mike Schilli <m@perlmeister.com> and Kevin Goess
18 <cpan@goess.org>.
19
20 This library is free software; you can redistribute it and/or modify it
21 under the same terms as Perl itself.
22
23
24
25perl v5.12.2 2010-08-31 Layout::NoopLayout(3)