I am using Log4Net in my asp.net application to log the errors in the database. I am looking for a dashboard which is open source/free and can display the summary on the screen and related documentation. Anyone has used dashboard for Log4Net or any recommendation?
Asked
Active
Viewed 4,197 times
3
-
1Bear in mind that if you use an open source product in a commercial application you WILL fall in copyright issues. See how *permissive* the license is, and if you are merely redistributing an open source product or creating a derivative product, which often requires you to share code with community!! – usr-local-ΕΨΗΕΛΩΝ Jan 23 '11 at 16:38
-
djechelon: +1 Thanks for sharing this information. But the application is something like for their internal use and it's not a product. Is it fine now to use open source? Please guide. – Zerotoinfinity Jan 23 '11 at 16:42
2 Answers
2
As far as I know, the only comprehensive dashboard is Log4net Dashboard, but it's a commercial product.
Another interesting product, that is not open source but is free and has lots of useful functions is Log4view, but less functions than Log4net Dashboard

usr-local-ΕΨΗΕΛΩΝ
- 26,101
- 30
- 154
- 305
-
-
-
Does Log4Net Dashboard still operate? The website seems to be down for weeks now! – Alexander Pacha Feb 18 '14 at 11:23
0
I've used this in the past http://www.codeproject.com/KB/cs/logviewer.aspx

Vadim
- 17,897
- 4
- 38
- 62
-
-
@Zerotoinfinite I don't think so, I think it just scans the xml log files. – Vadim Jan 23 '11 at 16:45