GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paranoid::Log::Syslog(3) User Contributed Perl Documentation Paranoid::Log::Syslog(3)

Paranoid::Log::Syslog - Log Facility Syslog

$Id: lib/Paranoid/Log/Syslog.pm, 2.00 2016/05/13 19:51:02 acorliss Exp $

  use Paranoid::Log;
  
  startLogger( 'syslog_local1', 'Syslog', PL_WARN, PL_EQ,
    { facility => 'local1', ident => 'myproc' });

This module implements UNIX syslog support for logging purposes. The options hash is entirely optional. The facility defaults to user if omitted, and ident defaults to the process name.

This module does support the use of multiple syslog loggers, with each being able to set their own facility and ident.

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

o
Paranoid
o
Paranoid::Debug
o
Unix::Syslog

None.

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 - 2015, Arthur Corliss (corliss@digitalmages.com)

2016-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.