Rightpoint / RZAssert

Useful assertion macros from the fine folks at Raizlabs.
Other
7 stars 0 forks source link

Add a way for developers to add logging handlers #4

Closed ZevEisenberg closed 9 years ago

ZevEisenberg commented 9 years ago

Assertions are great in development, but they are typically compiled out in production. RZAssert should provide a way for developers to add logging/analytics methods that get fired off before the assertion is thrown.

ghost commented 9 years ago

Who could want more logging than Crashlytics gives us? :¬)

On Dec 5, 2014, at 11:50 AM, Zev Eisenberg notifications@github.com wrote:

Assertions are great in development, but they are typically compiled out in production. RZAssert should provide a way for developers to add logging/analytics methods that get fired off before the assertion is thrown.

— Reply to this email directly or view it on GitHub https://github.com/Raizlabs/RZAssert/issues/4.

ZevEisenberg commented 9 years ago

This was fixed in #16