Driver Logging API

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.

Hi all.

I managed it.

My code was correct.

BR.

I am curious. When your code was correct what did you have to do to solve the issue you saw?

The path where the driver was supposed to be installed was wrong. My fault.

br.