I am writing a Perl program to parse the output of a log file in Tomcat. This log file is created by our webapp using Log4J. I could parse the log directly, but I thought it would be easier, faster, and cleaner if there was a good module that will correctly parse the various fields in the log file.
I know modules that will allow me to parse Apache logs, but I was wondering if there's a similar module for Log4J.