Top "Event-log" questions

An event log is a file used to record a timeline of events along with contextual metadata

C#: GUI to display realtime messages from Windows Service

I've written a C# windows service which can write messages to a custom EventLog or to any number of files. …

c# winforms windows-services event-log
How to convert .evtx eventlog to csv

My windows service needs to save the contents of one eventlog to a file. This is done by EventLogSession.ClearLog. …

c# event-log
How to write event log category

As we know, we can use the class EventLog to write event logs, but I am confused about how to …

c# windows event-log
Writing to the Windows Event Log using Delphi

How can my Delphi app easily write to the Windows Event Log? What is the difference between TEventLogger and ReportEvent? …

delphi event-log
Application error: fault address 0x00012afb (Expert)

I need some "light" to get a solution. Probably there are tons of things that cause this problem, but maybe …

windows event-log kernel32
cannot find syslog.h on windows

I am rewriting a c program which was used to linux, now I'll reused it on windows, I write a …

c linux event-log syslog
How to add multiple lines of EventData to an EventLog in Windows?

I am able to currently create a Windows Event Log using the following code: string sSource; string sLog; string sEvent; …

c# event-log
EventLogQuery: How to form query string?

I have the following code: string query = "???"; EventLogQuery elq = new EventLogQuery("Application", PathType.LogName, query); elq.Session = new EventLogSession("x.…

c# event-log
log4net doesn't log in Windows Event Viewer

I would like to log in the Windows Event Viewer using log4net. I created a Console Application (.NET Framework 4), …

c# log4net event-log event-viewer
How to interpret windows APPCRASH mysterious log?

How should I interpret these logs to identify the cause of the appcrash? Fault bucket , type 0 Event Name: APPCRASH Response: …

logging crash event-log crash-reports event-viewer