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.
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.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
frostyraverPosted May 6, 2009, 6:26 PM
Mingmar Dorjee SherpaPosted Apr 21, 2009, 2:02 PM
So I want to create something that would go through the log then search for number errors, number of action the application perform(such as calculation) and then create another text file where it would list a number or errors and the number of action perform
frostyraverPosted Apr 21, 2009, 1:45 PM
in the txt document you would have:
line 1 "text goes here"
line 2 "text goes here"
line 3 "text goes here"
and so on, you would be grabbing the WHOLE line value, this is to my understanding. I could be wrong i'm a newbie :P feel free to correct me i'm learning this still.