drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 131 forks source link

Adds log callback support #113

Closed fdstevex closed 10 years ago

fdstevex commented 10 years ago

This allows clients using CocoaLumberjack or some other logging system to feed the Ensembles logging into whatever logging system they're using. Also replaces the remaining NSLog calls with CDELog calls.