freebsd-ports/sysutils/p5-Tie-Syslog/pkg-descr

11 lines
403 B
Text
Raw Normal View History

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/dist/Tie-Syslog/
Seamus Venasse <svenasse@polaris.ca>