Top "Eventlog-source" questions

Questions about the Source attribute of Microsoft Windows Event Log Entries

How to determine if an EventLog already exists

I'm using the following line to create a new event log new-eventlog -LogName "Visual Studio Builds" -Source "Visual Studio" I …

powershell event-log eventlog-source
What is the most reliable way to create a custom event log and event source during the installation of a .Net Service

I am having difficulty reliably creating / removing event sources during the installation of my .Net Windows Service. Here is the …

c# .net windows-services event-log eventlog-source
How do you create an event log source using WiX

I'm creating an installer for a website that uses a custom event log source. I would like our WiX based …

wix event-log eventlog-source
How to read the Windows Event Log without an EventMessageFile?

I have code that reads the Windows Event Log. It uses OpenEventLog, ReadEventLog and gets the event source and event …

event-log eventlog-source formatmessage readeventlog