Better logging with Emoji

Apple’s developer tools provide a rich variety of debugging aids. Sometimes though, it’s useful to do things the old fashioned way. With debugging, this often means just printing out data while your code runs, and then looking through the results to see what’s going on.
Some scenarios where printing debug data helps include:
When you need to check on something that happens a lot. When the mental context switching between using your app and using the debugger gets to be too much.