Query: log::agent::driver::silent
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Agent::Driver::Silent(3pm) User Contributed Perl Documentation Agent::Driver::Silent(3pm)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). perl v5.10.0 2002-03-09 Agent::Driver::Silent(3pm)
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Introduction |
Detecting unused variables... |
Find columns in a file based on header and print to new file |
Weird 'find' results |