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
--
HTH,
Manoj G
..NET MVP
http://www15.brinkster.com/manoj4dotnet
"Thomas" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> Hi,
>
> What is the right way to
>
> 1) delete an existing event source
> 2) create a custom event log
>
> -Thomas
>
>