|
NAMELog::Agent::Driver::Silent - silent logging driver for Log::AgentSYNOPSISuse Log::Agent; require Log::Agent::Driver::Silent; my $driver = Log::Agent::Driver::Silent->make(); logconfig(-driver => $driver); DESCRIPTIONThe silent logging driver remaps most of the logxxx() operations to NOPs. Only logconfess() and logdie() respectively call Carp::confess() and die().CHANNELSAll the channels go to /dev/null, so to speak.AUTHORRaphael Manfredi <Raphael_Manfredi@pobox.com>SEE ALSOLog::Agent::Driver(3), Log::Agent(3).
Visit the GSP FreeBSD Man Page Interface. |