krzysztofzablocki / LinkedConsole

Clickable links in your Xcode console, so you never wonder which class logged the message.
http://merowing.info
MIT License
931 stars 63 forks source link

No working with Objective-C? #7

Closed oldtrafford91 closed 8 years ago

krzysztofzablocki commented 8 years ago

language doesn't matter

oldtrafford91 commented 8 years ago

My logging function: NSLog(@"%s:%s",FILE,PRETTY_FUNCTION); Is this wrong?

krzysztofzablocki commented 8 years ago

what's the output?

oldtrafford91 commented 8 years ago

It log the file path and function but not clickable

krzysztofzablocki commented 8 years ago

is it higlighted in console ?

oldtrafford91 commented 8 years ago

No

krzysztofzablocki commented 8 years ago

see #6 as we are discussing possible issue that some people might be facing