I wrote a syslog server out of frustration with the "free" options out there -- I needed the ability to run rules based on incoming packets. This basically led me to kiwi's syslog server, but too expensive.
Anyway; I wrote a syslog server that was a console app -- and am now updating it to use a windowed interface.
I use syslog server for grabbing "debug information" from apps (instead of using Outputdebugstring_() & dbgview) so I can trigger alerts based on what I am looking for.
Before I do a bunch of work; I wanted to know if there'd be any interest in it -- the source will not be released, but I will do my best to fix bugs (as I use the exe) and keep it updated.
So, would anyone use a customizable syslog server?