Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
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
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Kernel Debugging | 13-17 May 2024 | Live, Online |
Developing Minifilters | 1-5 Apr 2024 | Live, Online |
Internals & Software Drivers | 11-15 Mar 2024 | Live, Online |
Writing WDF Drivers | 26 Feb - 1 Mar 2024 | Live, Online |
Comments
https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/enabling-wpp-tracing-through-windows-event-log
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.
@Tim_Roberts Always there to help
!! Thank you so much. Let me give this a shot.