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


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

Index


NAME

Top

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

SYNOPSIS

Top

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

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

DESCRIPTION

Top

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

CHANNELS

Top

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

AUTHOR

Top

Raphael Manfredi <Raphael_Manfredi@pobox.com>

SEE ALSO

Top

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


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