I'm writing a Windows app in unmanaged C++ and want to log some simple events to the Application log. I'm normally a *nix guy and am used to being able to just call syslog() (or asl(3) on Mac OS X). I ...
I'm looking for something to serve as a central log aggregator for our servers & devices. Almost all of our servers are Win2k; it would probably be best if the central log server was one of the ...