2002-06-26 06:31:55 +02:00
|
|
|
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.
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Tie-Syslog/
|
2002-06-26 06:31:55 +02:00
|
|
|
|
|
|
|
Seamus Venasse <svenasse@polaris.ca>
|