tags:

views:

75

answers:

3

On Windows and .Net 4.0 What is the best web based log viewer that is free / open source.

A: 

log4net logs can be viewed with Apache Chainsaw. It's not overly pretty and not web based, but very useful to search and filter a particular category in a massive log.

Mauricio Scheffer
+1  A: 

We had used Elmah, that do both, logging and web access to logs. Elmah is designed to be used only for exception handling, and does not have functionality for integration with 3rd party loggers.

Valera Kolupaev
A: 

OtrosLogViewer Have filtering, searching automatic/manual log highlightings.

Otros Systems