Hi all,<div><br></div><div>Can anyone recommend the best way to do logging inside a linked-in driver? I have debugging printf statements in the code, but I want to do some proper logging (probably to the file system) in production too. The driver is likely to be multi-threaded (using either the async driver API or a custom thread pool) and I wonder how other people have dealt with this in the past. </div>