meydrew / otroslogviewer

Automatically exported from code.google.com/p/otroslogviewer
0 stars 0 forks source link

FR: support multiple pattern in a single log file #295

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some log files (eg. tomcat logs, catalina.out) contains logs generated with 
different patterns.

The attached patch provides a single parser that can handle multiple patterns 
in a single log file. It looks for the configuration files in the usual place 
and sorts them by the name of the file, and then parses the log file based on 
the first match it finds for each line.

Original issue reported on code.google.com by t.skar...@gmail.com on 28 Feb 2014 at 10:19

Attachments:

GoogleCodeExporter commented 9 years ago
Hi t.skariah.
Thanks for a patch. I will look at your code changes when I will have some free 
time.

Thanks a lot!

Original comment by otros.sy...@gmail.com on 6 Mar 2014 at 4:54