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