Hi all.
I’m trying to figure out how to programmatically log trace info in DriverLog file.
I’ve used the following API:
Toolbox.Log.Trace or LogDebug or others like:
Toolbox.Log.Trace(“My log here”);
Unfortunately nothing happened in the log file DriverFramework_DemoDriver.
What’s wrong in my code? Is there a more suitable approach?
Thanks a lot.
BR.