shannah / Java-Objective-C-Bridge

A thin bridge that allows for two-way communication from Java to Objective-C.
123 stars 25 forks source link

Add RuntimeUtils#setDebugMode to configure debug logging #45

Open DJtheRedstoner opened 2 years ago

DJtheRedstoner commented 2 years ago

closes #38

I think this is a reasonable implementation, but please give your feedback, even if it means making large changes. The testing isn't ideal, but it's the best way I could think of.

Also updates documentation link in readme to a more up to date version.

henrikbylund commented 1 year ago

First, thanks for all the work put into this project, been playing around with it during the weekend. Any word on when this PR will be merged? Looking forward to it :)