WPP tracing Vs ETW

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

https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/enabling-wpp-tracing-through-windows-event-log

@Tim_Roberts Always there to help :slight_smile: !! Thank you so much. Let me give this a shot.