- Event Log is available in Windows 2000 and above.
- Event Logs should be avoided in partial trust environments.
- System.Disgnostics nampespace is required to use objects such as EventLog.
- WriteEntry( ) method of the EventLog class is used to actually create an entry.
- The Entries property of the EventLog class is a collection containing objects of type EventLogEntries.
- We may use any of the existing logs or we may choose to create our own by specifying its name in the EventLog constructor.
Showing posts with label Event Log. Show all posts
Showing posts with label Event Log. Show all posts
Sunday, July 26, 2009
Chapter 10-Lesson 1
Subscribe to:
Posts (Atom)