Log::Log4perl::Layout::NoopLayout.3pm

Langue: en

Version: 2010-02-24 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

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

DESCRIPTION

This is a no-op layout, returns the logging message unaltered, useful for implementing the DBI logger. Copyright 2002-2009 by Mike Schilli <m@perlmeister.com> and Kevin Goess <cpan@goess.org>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.