Tag Archives: windows eventlog

Trace to Windows EventLog

In dotNET we use the System.Diagnostics.Trace and some TraceListerner implementation to log information, warnings and errors. My applications use the Windows Eventlog with the EventLogTraceListener. But what if your custom EventSource is not available and your user has no administrative … Continue reading

Posted in Development | Tagged , , , , , , | Leave a comment