Working with Event Logs
Instrument and debug a Windows service, a serviced component, a .NET Remoting object, and an XML Web service.
Event logging isthe standard way on the Windows platform for applications to log their events. You can easily monitor an application's behavior by using the Event Viewer utility to analyze its messages in the event log. In fact, you can also view events from the Visual Studio .NET environment, and you can access event logs through Server Explorer.
The Framework Class Library provides a set of classes especially designed to work with event logs. With the help of these classes, you can programmatically read from or write to event logs. Programmatic access might even allow you to automate some of the administrative ...
Get MCAD/MCSD Training Guide (70-320): Developing XML Web Services and Server Components with Visual C#™ .NET and the Microsoft .NET Framework now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.