Delete Event Source

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

Hi,

What is the right way to

1) delete an existing event source
2) create a custom event log

-Thomas
 
Hi,
You can use the following methods of the EventLog Class (system.diagnostics
namespace)
1.delete an existing event source
Use DeleteEventSource method
2. Create a custom log
It is automatically created when you create a new source using
CreateEventSource
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top