Roobiq / RBQFetchedResultsController

Drop-in replacement for NSFetchedResultsController backed by Realm.
MIT License
476 stars 70 forks source link

Optional logging #106

Closed virl closed 8 years ago

virl commented 8 years ago

Added ability to disable object changes logging at runtime (it is still enabled by default for Debug configuration). Also it is useful when there are many results controllers in the app and developer wants to debug only some of them.