mcross1882 / LogAnalyzer

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

Implement Main Application Flow #6

Closed mcross1882 closed 10 years ago

mcross1882 commented 10 years ago

Need to implement the main application function in a way that it can accept command line arguments for the following properties...

Default values should also be considered in case these arguments are not provided. For instance setting a default filter date or falling back on the service configuration.

mcross1882 commented 10 years ago

Fixed in Pull #13