Paranoid::Log::Syslog
Log Facility Syslog
- Provided by: libparanoid-perl (Version: 0.36-3)
- Report a bug
Log Facility Syslog
$Id: Syslog.pm,v 0.83 2010/06/03 19:04:07 acorliss Exp $
use Paranoid::Log;
enableFacility('local3', 'syslog', 'debug', '+');
enableFacility('local3', 'syslog', 'debug', '+', 'my-daemon');
This module implements UNIX syslog support for logging purposes. Which should seem natural given that the entire Paranoid::Log API is modeled closely after it.
NOTE: Given that this module is not intended to be used directly nothing is exported.
Because we're keeping a connection to the syslogger open we don't support enabling multiple facilities that log as different idents, etc. The first syslog facility that gets activated will set those parameters.
Arthur Corliss (corliss@digitalmages.com)
This software is licensed under the same terms as Perl, itself. Please see http://dev.perl.org/licenses/ for more information.
(c) 2005, Arthur Corliss (corliss@digitalmages.com)