steipete / Aspects

Delightful, simple library for aspect oriented programming in Objective-C and Swift.
https://twitter.com/steipete
MIT License
8.4k stars 1.26k forks source link

Capturing all the method calls and data of it. #81

Open KonyLabs opened 8 years ago

KonyLabs commented 8 years ago

I want to capture all the method calls and log the data of it just like JAspect(http://fernandocejas.com/2014/08/03/aspect-oriented-programming-in-android/) provides. Will this tool be helpful to achieve so ?