| Log-Dispatch documentation | view source | Contained in the Log-Dispatch distribution. |
Log::Dispatch::Null - Object that accepts messages and does nothing
version 2.29
use Log::Dispatch; my $null = Log::Dispatch->new( outputs => [ ['Null'] ] ); $null->emerg( "I've fallen and I can't get up" );
This class provides a null logging object. Messages can be sent to the object but it does nothing with them.
Dave Rolsky <autarch@urth.org>
This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
| Log-Dispatch documentation | view source | Contained in the Log-Dispatch distribution. |