Printing Debug Messages to Logging Window?

Is it possible to print values to the log window in studio from a custom plugin? I’m trying to debug issues I’m having in the plugin API and at this point I don’t know what is causing them.

You should be able to use printf as needed, although you can also use FMOD_DSP_LOG().