The Debug.log file can record database operations, system processes, and errors that occur when executing a transaction or running unit tests. In today’s post, we describe how to turn on debug logging ...
If you do not find any event log on the computer, restarting the Windows Event Log service might help. System File Checker or SFC is the built-in tool of Windows that can fix corrupt system files. It ...
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 ...