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::Agent::Driver::Silent - silent logging driver for Log::Agent

Author

       Raphael Manfredi <Raphael_Manfredi@pobox.com>

Channels

       All the channels go to /dev/null, so to speak.

Description

       The silent logging driver remaps most of the logxxx() operations to NOPs.  Only logconfess() and logdie()
       respectively call Carp::confess() and die().

Name

       Log::Agent::Driver::Silent - silent logging driver for Log::Agent

See Also

Log::Agent::Driver(3), Log::Agent(3).

perl v5.36.0                                       2022-10-15                         Agent::Driver::Silent(3pm)

Synopsis

        use Log::Agent;
        require Log::Agent::Driver::Silent;

        my $driver = Log::Agent::Driver::Silent->make();
        logconfig(-driver => $driver);

See Also