Layout::NoopLayout(3) User Contributed Perl Documentation 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. LICENSE Copyright 2002-2026 by Mike Schilli and Kevin Goess . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.42.2 2026-08-14 Layout::NoopLayout(3)