logos
logos copied to clipboard
Logify: Provide flags to filter or exclude methods
As I know,logify.pl can be used like:
logify.pl 1.h > ~/xxx/Tweak.xm
logify.pl 2.h >> ~/xxx/Tweak.xm
When I found there are around 50 or more functions in file 1.h
,but the target function what I want to record is only one function,how can I use logify.pl to record only one or few functions to Tweak.xm like:
logify.pl [email protected] >> ~/xxx/Tweak.xm
Logify is currently very simplistic and can only generate output for an entire @interface. I agree it could do with options to select methods to filter to or exclude. I'll make this issue a feature request.
Additionally, it doesn't support hooking C functions either.