2

I want to be able to create a custom log in event viewer (i.e. to create a custom node under "Application and Services Logs" in windows event viewer)

It is an easy task, if you use EventLog.CreateEventSource method: LINK Its problem is that this method is only available from in the unmanaged code.

I'm wondering if there is any way I can do this in my Managed C++ code.

I'm currently using manifest-based ETW for logging. Is there anywhere in the manifest of the provider that I can set it?

Cheers, Reza++

1
  • The link you posted refers to managed C++ code. Do you want the answer with unmanaged C++? Commented May 5, 2016 at 17:53

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.