Enhanced Logging Tool That Can Add File Names/Line Numbers To Log Statements And More

I’ve mentioned a few libraries for enhancing your logging statements such as this category that allows you to make NSLog statements related to blocks more descriptive, and a neat library for color coding debug console text.

Here’s an interesting library submitted by Matt Coneybeare created to enhance and simplify your logging efforts called UALogger.

UALogger can provide more descriptive logging statements allowing you to add file name and line numbers if desired, can automatically turn log statements off in your production builds, and allows you to get all the logs written by your app so if desired you can have customers turn on and send you a log.

You can find UALogger on Github here.

A very nice library for enhanced logging.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Enhanced Logging Tool That Can Add File Names/Line Numbers To Log Statements And More

©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

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