logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Dave Rolsky <autarch@urth.org>

Description

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

Name

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

Source

       The source code repository for Log-Dispatch can be found at
       <https://github.com/houseabsolute/Log-Dispatch>.

Support

       Bugs may be submitted at <https://github.com/houseabsolute/Log-Dispatch/issues>.

Synopsis

         use Log::Dispatch;

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

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

Version

       version 2.71

See Also