Log::Dispatch::Null - Object that accepts messages and does nothing


Log-Dispatch documentation  | view source Contained in the Log-Dispatch distribution.

Index


NAME

Top

Log::Dispatch::Null - Object that accepts messages and does nothing

VERSION

Top

version 2.29

SYNOPSIS

Top

  use Log::Dispatch;

  my $null = Log::Dispatch->new( outputs => [ ['Null'] ] );

  $null->emerg( "I've fallen and I can't get up" );

DESCRIPTION

Top

This class provides a null logging object. Messages can be sent to the object but it does nothing with them.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Log-Dispatch documentation  | view source Contained in the Log-Dispatch distribution.