Is there a way to log the printk's from a Cabbage plugin somewhere when it's running inside a DAW? Unlike the classic CsoundVST, with Cabbage you don't get a default log window in the plugin itself, but only in its Cabbage host (the Cabbage "IDE" if you like).
So, when running a Cabbage plugin inside a DAW, is there a simple enough way to get logging from the plugin logging somewhere, e.g. to a file? (I guess I could make a scroll box and write in it, but it seem a bit much work for a simple function).