tags:

views:

551

answers:

3

I am using nLog in a large financial application, but frequently need to bring up the logs of the last hour while the software is running and filter on specific loggers/levels. I want to log everything to SQL, and use an asp.net viewer. Do any such project exist? Are there some good example sites for this?

+3  A: 

NLogViewer

abmv
+2  A: 

Project moved to github: NLogViewer

juanjo.arana
A: 

Also, Sentinel (free, open source on codeplex) is another option.

Pure.Krome