1Layout::NoopLayout(3) User Contributed Perl DocumentationLayout::NoopLayout(3)
2
3
4

NAME

6       Log::Log4perl::Layout::NoopLayout - Pass-thru Layout
7

SYNOPSIS

9         use Log::Log4perl::Layout::NoopLayout;
10         my $layout = Log::Log4perl::Layout::NoopLayout->new();
11

DESCRIPTION

13       This is a no-op layout, returns the logging message unaltered, useful
14       for implementing the DBI logger.
15

LICENSE

17       Copyright 2002-2013 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

AUTHOR

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