Skip to content

manish22d/logAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logAnalyzer

Desciption

  • This application is reading logs from all files in directory
  • directory path can be provided in argument of main method
  • default path selected as src/main/resources

Step to Run Application

  • in order to run application we need to run main method in App class

  • Below is command to run app from maven (preffered to run form IDE)

    mvn exec:java -Dexec.args="src/main/resources/eventLogs/log1.txt"

Step to Run Test

  • Below is command to run app from maven (preffered to run form IDE)

    mvn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages