I created a software, and i also print to logs.
I am Looking for a tool that can read the logs dynamically and display it to the screen dynamically as the log changes in run-time
I also want to mention that i am using log4net, and i know that you can print to console using log4net.
the problem with log4net is that there is a limitation that you cannot print to console in WPF, so every tool will be fine
Thanks!
I think Baretail is the preeminent tool in this category.
That said, I don’t think there is any limitation with log4net and WPF. Of course, if you are running a WPF application, it is not a console application, so logging to the console is meaningless. If you want to add a log visualizer to your WPF application, you can create a log4net appender to wire that up.