Web Services Question:

Explain EventLog class?

Tweet Share WhatsApp

Answer:

The EventLog class is used to access the Windows event logs from Windows services. Using EventLog, you can also customize Windows event logs that record information about important software and hardware events, such as the events of the .NET controls, keyboard, or other hardware devices.
The EventLog class allows you to read or write to event logs, delete logs, and create as well as delete event sources. You can use the EventLog class to create event logs while creating an event source. An event source can be used to write to only one event log at a particular time. However, it is possible to associate one event log to multiple sources.

Download Web Services PDF Read All 56 Web Services Questions
Previous QuestionNext Question
How to ensure that only authorized users access web service?How to prevent Web services from unauthorized access?