tags:

views:

149

answers:

3

Currently I am working on Test Automation in which we are trying to test our server by randomizing server calls through 1...n number of users. for the purpose we are logging activities, errors and informations in a log file using Log4Net tool.

Now i need to know if there is any control (preferablly free control) that works like bairtail (http://baremetalsoft.com/baretail/) software or any other log tail viewers. i know there are techniques we can build this for ourself but we are just looking for already built and tested component.

A: 

Here's a CodeProject article describing a log viewer built with WPF (source is available). Maybe you can build upon that?

And here is another C# log viewer for log4net on Codeplex.

andyp
A: 

WOW THanks a lot its really coool....i will try to built my own control but if you find any for win forms please share it. thanks a lot.

Mubashar Ahmad
A: 

you can look at xpolog it does what you need xpolog

bobyg