yuhua-chen / MCLog

Xcode plugin for filtering the console area.
MIT License
586 stars 55 forks source link

Additional functionality for console? #26

Closed gerchicov-bp closed 8 years ago

gerchicov-bp commented 8 years ago

If you filter the messages then maybe could you add a support of macro? I mean at least something easy, for example:

define A @"fdgd"

define someMacro(x) NSLog(@"%@", x)

The default xcode behaviour - all the macro code is not supported

yuhua-chen commented 8 years ago

I think if this plugin supports some macro that may cause some side effect of code base. And we don't have any specification of which macro we need. Appreciated your feedbacks. Thanks :smile: