jamf / PPPC-Utility

Privacy Preferences Policy Control (PPPC) Utility
MIT License
735 stars 46 forks source link

Should use os_log instead of print function #112

Open macblazer opened 2 years ago

macblazer commented 2 years ago

All calls to print should be converted to call os_log instead so that messages from the app will be visible in the system log (and visible in Console.app) from the compiled app instead of only being visible in the Xcode debugger when building from source.

Currently there are 31 uses of the print function in the code.