Top "Event-log" questions

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

Organizing eventlogs into folders

I want to create multiple services and I want them to log each in a log entry under the same …

c# windows event-log
How to open saved event log archive in .NET?

I have used the System.Diagnostics.EventLog to view the logs on the local computer. However, I would like to …

c# file event-log
Receiving "...has already been registered..." from EventLog.CreateEventSource even though I'm checking !EventLog.SourceExists

My following code fails with "...has already been registered as a source on the local computer" even though I'm doing …

c# .net .net-4.0 event-log
Why use ETW over EventLog and vice versa?

Why should I use Event Tracing for Windows (ETW) over the standard .NET EventLog class, and vice versa? Does knowing …

.net event-log etw