1Agent::Driver::Silent(3U)ser Contributed Perl DocumentatiAognent::Driver::Silent(3)
2
3
4

NAME

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

SYNOPSIS

9        use Log::Agent;
10        require Log::Agent::Driver::Silent;
11
12        my $driver = Log::Agent::Driver::Silent->make();
13        logconfig(-driver => $driver);
14

DESCRIPTION

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

CHANNELS

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

AUTHOR

24       Raphael Manfredi <Raphael_Manfredi@pobox.com>
25

SEE ALSO

27       Log::Agent::Driver(3), Log::Agent(3).
28
29
30
31perl v5.28.1                      2017-10-27          Agent::Driver::Silent(3)
Impressum