Paranoid::Log::Syslog(3) Log Facility Syslog

VERSION

$Id: Syslog.pm,v 0.83 2010/06/03 19:04:07 acorliss Exp $

SYNOPSIS


use Paranoid::Log;

enableFacility('local3', 'syslog', 'debug', '+');
enableFacility('local3', 'syslog', 'debug', '+', 'my-daemon');

DESCRIPTION

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.

SUBROUTINES/METHODS

NOTE: Given that this module is not intended to be used directly nothing is exported.

init

log

remove

dump

DEPENDENCIES

  • Paranoid::Debug
  • Unix::Syslog

BUGS AND LIMITATIONS

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.

AUTHOR

Arthur Corliss ([email protected])

LICENSE AND COPYRIGHT

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 ([email protected])