Help for this page

Select Code to Download


  1. or download this
    setlogsock( 'unix' );
    openlog( 'FooClass', 'pid', 'local6' );
    
  2. or download this
    closelog()
    
  3. or download this
    package FooClass;
    use strict;
    ...
    }
    
    1;
    
  4. or download this
    no connection to syslog available
            - _PATH_LOG not available in syslog.h at /path/to/FooClass.pm 
    +line 24
    
  5. or download this
    syslog( 'info', "blah blah blah" );