I want to use the Windows Eventing 6 API from a C# application to log messages to a specific channel in Windows Server 2008 event log. There is a good example on how to use it but it's only C++. In the example it's mentioned that .NET doesn't support Windows Eventing 6. There are 2 examples in http://msdn.microsoft.com/en-us/magazine/cc163431.aspx , http://msdn.microsoft.com/en-us/library/aa382690(VS.85).aspx
My question is how to do it in C# or do you know if there is a .Net support for this API.