Event Viewer is a handy tool that allows you to view and analyze detailed logs of various events on your computer. It is pretty useful when your system goes through a crash and you are trying to find ...
Continued use of Windows will generate a large number of log files, but how can one easily monitor these files without having to go through a series of mouse clicks? Well, recently, we’ve been testing ...
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 ...