mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
a995e8c6d7
Tie a filehandle to Syslog PR: 34259 Submitted by: Seamus Venasse <svenasse@polaris.ca>
11 lines
409 B
Plaintext
11 lines
409 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: http://search.cpan.org/search?dist=Tie-Syslog
|
|
|
|
Seamus Venasse <svenasse@polaris.ca>
|