Skip to content

GitV0id/log-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

log-analyzer

A simple log analyzer built in Python

What this program does

This is a simple file input, output script. It reads log.txt (or whatever file name you make it) and it reads through the file line by line.

This script logs down:

  • Amount of failed lines
  • Amount of info lines
  • Amount of warning lines
  • Total amount of lines.

Once the script has finished running youll be able to see the results listed above in the file report.txt, (or whatever filename you choose).

About

A simple log analyzer built in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages