Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: setlogmaskChapter 8
Standard Modules
Next: 8.137 Sys::Syslog
 

syslog

syslog priority, mask, format, args

If priority and mask permit, logs message formed as if by sprintf(format, args), with the addition that %m is replaced with the current error message from $!.


Previous: Reference: setlogmaskPerl in a NutshellNext: 8.137 Sys::Syslog
Reference: setlogmaskBook Index8.137 Sys::Syslog