SmartLog
Smart logfile generator for background services.
...If you're having trouble tracking down a problem in your windows service, this log file generator is just what you need. Log files can grow quite large pretty quickly when you log too much information, but you need that information to track down the problem. This logfile generator solves the problem by deleting successful iterations of a loop. This allows you to have highly detailed log files, which, at the same time, remains at a manageable size. When your service eventually break, you have all the relevant information - and only the relevant information - available to pinpoint the problem. ...