Does the log viewer have to be written in C#? If not, then i like 'Large Text File Viewer' http://www.swiftgear.com/
Chris
2009-04-24 00:44:44
Does the log viewer have to be written in C#? If not, then i like 'Large Text File Viewer' http://www.swiftgear.com/
For myself, I use a very lightweight (but 100% flexable solution). I install cygwin and then use:
tail -f LOGFILE | grep SOMETHING
You could also use 'less' in conjunction with grep if you wanted to view the whole file.
Log2Console http://log2console.codeplex.com is an open source log viewer for Log4Net.