The Wayback Machine - https://web.archive.org/web/20120101064534/http://www.codeguru.com:80/csharp/.net/net_debugging/logging/

    Logging

    .NET Tip: Searching for a Needle in a Haystack, or an Entry in an Event Log

    Simplify finding the entry you need from an event log.

    ADO.NET Trace Logging

    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

    Build a Windows Event Log Watcher Service Process to Export Event Log Entries as an RSS feed using System.Diagnostics.EventLog, EntryWritten, and EnableRaisingEvents.

    Building a Logging Object in .NET

    Explore how to build an object in .NET that can log information to a file or the event log.