mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
365 B
Plaintext
9 lines
365 B
Plaintext
This module allows you to tie a filehandle (output only) to
|
|
syslog. This becomes useful in general when you want to
|
|
capture any activity that happens on STDERR and see that it
|
|
is syslogged for later perusal. You can also create an arbitrary
|
|
filehandle, say LOG, and send stuff to syslog by printing to
|
|
this filehandle.
|
|
|
|
WWW: https://metacpan.org/release/Tie-Syslog
|