mcross1882 / LogAnalyzer

Log analyzer and summary builder written in Scala built for JVM projects
Apache License 2.0
0 stars 1 forks source link

Move logfile groups to the parser data structure #17

Closed mcross1882 closed 10 years ago

mcross1882 commented 10 years ago

Right now log files are defined in the service element however this creates a relational issue and forces parsers to run through every logfile. Instead a parser should contain a list of logfiles that it should parse.