Enabling framework logs in Xcode console

Hi,

I have a framework written in C which is added to my project as a Swift Package Manager dependency. There are few printf() statements in the framework code but when I run my project only the project's Swift print() statements are printed in the console. Is there any way to print the logs (printf() statements) from framework to the Xcode console?

Enabling framework logs in Xcode console
 
 
Q