Customize NSLog for Easier Debugging

In this quick tip we are going to learn how to customize the output generated by NSLog in order to debug programs more efficiently. Read on! Problem By default, NSLog displays output in the following format: Date Time OurApp[<process­id>] NSLog output A real-world example might look like this: 2013­08­03 00:35:53.038 TestApp[460:c07] Value of result = […]

{excerpt}
Read More

Leave a Reply

Your email address will not be published. Required fields are marked *