tags:

views:

62

answers:

0

I've got a System.Diagnostics.Eventing.EventProvider class trying to write to a custom event log. The event log was created using a manifest file and the procedure layed out on this page. You can see the new provider and channel in the windows Event Viewer, but for some reason no events that get written seem to show up there.

When I check IsEnabled across all levels and keywords, nothing has access (Oddly, IsEnabled with no parameters, returns true) so I suspect that I need to change permissions or some write setting somewhere, but the documentation is pretty lacking. Has anyone worked with the EventProvider class or have any idea where I can go from here?