djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 374 forks source link

Added parameter to APNS construction to specify optional logger #99

Closed thejeff77 closed 9 years ago

thejeff77 commented 9 years ago

I added the ability to pass your own logger into the library. This is needed when getLogger(name) isn't sufficient.