Check out:

Sys::Syslog (standard module) for simple stuff, or for the ultimate control you might 
check out the following:
http://log4perl.sourceforge.net/

http://danconia.org


------------------------------------------------
On Wed, 6 Nov 2002 00:42:10 +0100, K Pfeiffer <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I was reading up today on syslog and it gave the following shell script 
> example of how to set up a logging service:
> 
> $ logger -p local5.info "Script terminated normally"
> 
> I was wondering what the best way might be to do this from a perl script 
> that runs periodically - have it append directly to its own log file? 
> (Seems easiest)
> 
> -Kevin
> -- 
> Kevin Pfeiffer
> International University Bremen
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to