swift - Log messages from inside Framework to XCode Console -


i have xcode project builds executable (swift package init --type executable && swift package generate-xcodeproj). executable imports framework logs messages console, because framework imported executable log messages not shown.

how can display log messages (log.debug("bla bla")) inside module/framework invoked executable in xcode console?

if you're using kitura, need couple of steps enable logging described here: http://www.kitura.io/en/starter/gettingstarted.html#add-logging-optional


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -