Tip 1 : Deleting an Event Log
You should use the Delete() method to delete an event log cautiously. When an event log is deleted, all event source registered with it are also deleted, so no application can continue writing to that log. Do not attempt to delete an event log that was created by Windows or any other application that is important to you; if you do, those applications might crash or behave in unexpected ways.
PS : Leave your feedbacks/comments here