jjhorner has asked for the wisdom of the Perl Monks concerning the following question:

Has anyone written a module or package that contains methods for parsing the different types of standard log files (syslog-messages, syslog-secure, NCSA, W3)?

Or is this something anyone is working on?

I'm not quite ready to write something like this on my own.

Thanks,

Jon

Replies are listed 'Best First'.
Re: Log file module?
by merlyn (Sage) on May 17, 2000 at 19:43 UTC
Re: Log file module?
by lhoward (Vicar) on May 17, 2000 at 16:51 UTC
    There are 2 that I know of that may fit what you're looking for:
    • SyslogScan designed for parsing syslog messages of various types.
    • Logfile Helps you generate reports from different server logfiles.