2015-09-22 11:54:37 +02:00
|
|
|
This module sends syslog messages over a network socket. It works like
|
|
|
|
Sys::Syslog in setlogsock's 'udp', 'tcp', or 'unix' modes, but without
|
|
|
|
the significant CPU overhead of that module when used for high-volume
|
|
|
|
logging. Use of this specialized module is only recommended if 1) you
|
|
|
|
must use network syslog as a messaging transport but 2) need to
|
|
|
|
minimize the time spent in the logger.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Log-Syslog-Fast
|