.NET Tip: Searching for a Needle in a Haystack, or an Entry in an Event Log
- Published 02/03/2009
Simplify finding the entry you need from an event log.
Simplify finding the entry you need from an event log.
Apply the advanced trace log features of ADO.NET and improve your data access code.
Build a Windows Event Log Watcher Service Process to Export Event Log Entries as an RSS feed using System.Diagnostics.EventLog, EntryWritten, and EnableRaisingEvents.
Explore how to build an object in .NET that can log information to a file or the event log.