An event log is a file used to record a timeline of events along with contextual metadata
If a VB6 app is causing an Application Hang event to appear in the Event Viewer, how can I find …
vb6 event-log freezeI am working on application which logs to a custom event log. Application was recently rebranded, and the name of …
windows winapi event-log service-control-managerMy windows service writes to the event log, but I've had various problems getting this correct. So in the process …
c# event-logI can't seem to write to the event log in .NET. I get the following exception: System.Security.SecurityException: The …
c# windows-7 event-logI am trying to get IIS 7 application pool recycle, start, stop, etc. events to be logged to the Windows Event …
iis logging iis-7 event-log application-poolI am hooking the Security event log with System.Diagnostics.Eventing.Reader.EventLogWatcher class, and I am watching Event ID 4625 …
c# event-log system.diagnosticsI am trying to wrap my head around ETW and how to integrate t into a high Performance application. We …
.net-4.5 event-log etwSomehow, the Application Event log count ended up to 18,446,744,073,709,551,499. This causes MMC snap-in to fail when I want to see …
windows event-log event-viewerI want to use log on my C++ application. However, I'd like to use Windows (10) event viewer, instead of text …
c++ windows-10 event-log event-viewerI have a library that I created with some business logic that includes writing to a System.Diagnostics.EventLog instance. …
asp.net-mvc iis-6 event-log securityexception