The First Rule of Sys::Syslog is: You do not call
setlogsock
.The Second Rule of Sys::Syslog is: You do not call
setlogsock
.The Third Rule of Sys::Syslog is: The program crashes, dies, calls
closelog
, the log is over.The Fourth Rule of Sys::Syslog is: One facility, one priority.
The Fifth Rule of Sys::Syslog is: One log at a time.
The Sixth Rule of Sys::Syslog is: No
syslog
before openlog
.The Seventh Rule of Sys::Syslog is: Logs will go on as long as they have to.
The Eighth, and Final Rule of Sys::Syslog is: If this is your first use of Sys::Syslog, you must read the doc.