parsing - Best choices for analyzing custom log files -


i have written logger projects. logs text files , may guess there's time-stamp, namespace, class, method... , log message. this:

testnamespace.myproject.exe error: 0 :  11/11/2010 10:24:11 assembly: testnamespace.myproject.exe class: myclass method: test  log message !   testnamespace.myproject.exe error: 0 :  11/11/2010 10:24:12 assembly: testnamespace.myproject.exe class: myclass method: test2  log message ! 

i'm looking free tool analyzing log files (some tables, graphs etc). in advance.

since outputting log messages in custom format, practically need custom parser it.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -