3
Answers

Creating a program to generate stats from log file

Hi, I am new to C#, is possible to create a program that would generate stats from a application file. If yes, how do i go about doing it.

 

Log is in .txt format.

stats should contain number or errors, number of action perform by application.

Answers (3)