Man Page: log::agent::driver::silent
Operating Environment: debian
Section: 3pm
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)
| Related Man Pages |
|---|
| log::agent::channel(3pm) - debian |
| log::agent::driver(3pm) - debian |
| log::agent::driver::file(3pm) - debian |
| log::agent::message(3pm) - debian |
| log::agent::tag::priority(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |