in reply to Re: Logging for System Admin Scripts
in thread Logging for System Admin Scripts

Log4perl really is worth doing, esp. if you want to never have to worry about your logging system running out of capabilities to meet new requirements as they present themselves.

I've never done the install myself, but the Log::Log4perl author provides instructions in his FAQ for getting the module working on windows.

non-Perl: Andy Ford

Replies are listed 'Best First'.
Re^3: Logging for System Admin Scripts
by Posthumous (Scribe) on Dec 28, 2006 at 19:44 UTC

    Thanks to all for helping me shorten my search from a very long list of modules to two.

    Andy:

    Good news -- the Log4Perl module is in the Activestate repository.

    I'm off to do some installs and experimenting.