Query: log::dispatch::null
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Log::Dispatch::Null(3pm) User Contributed Perl Documentation Log::Dispatch::Null(3pm)NAMELog::Dispatch::Null - Object that accepts messages and does nothingVERSIONversion 2.32SYNOPSISuse Log::Dispatch; my $null = Log::Dispatch->new( outputs => [ ['Null'] ] ); $null->emerg( "I've fallen and I can't get up" );DESCRIPTIONThis class provides a null logging object. Messages can be sent to the object but it does nothing with them.AUTHORDave Rolsky <autarch@urth.org>COPYRIGHT AND LICENSEThis software is Copyright (c) 2011 by Dave Rolsky. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible) perl v5.14.2 2012-05-25 Log::Dispatch::Null(3pm)