Net::Syslog implements the intra-host syslog forwarding protocol. It is not intended to replace the Sys::Syslog or Unix::Syslog modules, but instead to provide a method of using syslog when a local syslogd is unavailable or when you don't want to write syslog messages to the local syslog.
4 lines
290 B
Text
4 lines
290 B
Text
Net::Syslog implements the intra-host syslog forwarding protocol. It is not
|
|
intended to replace the Sys::Syslog or Unix::Syslog modules, but instead to
|
|
provide a method of using syslog when a local syslogd is unavailable or when
|
|
you don't want to write syslog messages to the local syslog.
|