3

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?

Zerotoinfinity
  • 6,290
  • 32
  • 130
  • 206
  • 1
    Bear 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 Answers2

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
0

I've used this in the past http://www.codeproject.com/KB/cs/logviewer.aspx

Vadim
  • 17,897
  • 4
  • 38
  • 62