freebsd-ports/sysutils/p5-Tie-Syslog/pkg-descr
Ying-Chieh Liao a995e8c6d7 add p5-Tie-Syslog 1.07
Tie a filehandle to Syslog

PR:		34259
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-06-26 04:31:55 +00:00

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>