1Layout::NoopLayout(3) User Contributed Perl DocumentationLayout::NoopLayout(3)
23
4
NAME
6Log::Log4perl::Layout::NoopLayout - Pass-thru Layout
7
SYNOPSIS
9use Log::Log4perl::Layout::NoopLayout;
10my $layout = Log::Log4perl::Layout::NoopLayout->new();
11
DESCRIPTION
13This is a no-op layout, returns the logging message unaltered, useful
14for implementing the DBI logger.
15
SEE ALSO
AUTHOR
18Kevin Goess, <cpan@goess.org> 12/2002
1920
21
22
perl v5.8.8 2002-07-10 Layout::NoopLayout(3)