Hi Guys,
I have a driver which uses WPP tracing (TraceEvents macro) and logs errors that I can see using TraceView. These are just critical errors. I am not sure if the messages logged using WPP tracing are also added to windows Event log as well? Is there a way I can log these messages to EventLog as well (without using ETW)?
I do not want to duplicate the code to write the Error For TraceView as well as for ETW.
Any advice appreciated.
Aj