wvteijlingen / Spine

A Swift library for working with JSON:API APIs. It supports mapping to custom model classes, fetching, advanced querying, linking and persisting.
MIT License
266 stars 109 forks source link

Custom loggers #72

Closed wvteijlingen closed 8 years ago

wvteijlingen commented 8 years ago

It would be nice if we had a Logger protocol so developers can hoop up different loggers.

wvteijlingen commented 8 years ago

A Logger protocol has been added.