Write to Windows Application Event Log
Is there a way to write to this event log: Or at least, some other Windows default log, where I don't have to register an event source ? cloud120 Yes, there is a way to write to the event log you are looking for. You don't need to create a new source, just simply use the existent one, which often has the same name as the EventLog's name and also, in some cases like the event log Application, can be accessible without administrative privileges*. *Other cases, where you cannot access it directly, are the Security EventLog, for example, which is only accessed by the operating system. I used this