log::agent::driver::silent(3pm) debian man page | unix.com

Man Page: log::agent::driver::silent

Operating Environment: debian

Section: 3pm

Agent::Driver::Silent(3pm)				User Contributed Perl Documentation				Agent::Driver::Silent(3pm)

NAME
Log::Agent::Driver::Silent - silent logging driver for Log::Agent
SYNOPSIS
use Log::Agent; require Log::Agent::Driver::Silent; my $driver = Log::Agent::Driver::Silent->make(); logconfig(-driver => $driver);
DESCRIPTION
The silent logging driver remaps most of the logxxx() operations to NOPs. Only logconfess() and logdie() respectively call Carp::confess() and die().
CHANNELS
All the channels go to /dev/null, so to speak.
AUTHOR
Raphael Manfredi <Raphael_Manfredi@pobox.com>
SEE ALSO
Log::Agent::Driver(3), Log::Agent(3). perl v5.10.0 2002-03-09 Agent::Driver::Silent(3pm)
Related Man Pages
log::agent::channel::syslog(3pm) - debian
log::agent::driver(3pm) - debian
log::agent::driver::fork(3pm) - debian
log::agent::priorities(3pm) - debian
log::agent::tag::string(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph