Using System.Diagnostics.EventLog .NET type one can programmatically create logs into the Event Viewer application.
Does anybody knows about "HKLM\SYSTEM\CurrentControlSet\Services\EventLog\Application\XXX\" registry entry?
Who uses this assembly and how it is used?
What is the preferred method? Using EventLog type or the registry entry? Or is this question even valid?
-Datte