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

Fix issue with SwiftyBeaver log format #17

Closed frankdilo closed 8 years ago

frankdilo commented 8 years ago

This solves the issue I have reported (#16). I just modified the regular expression that was parsing the line in the log.

screen shot 2016-01-03 at 13 10 28

Now it is working in the example I posted in the issue.

screen shot 2016-01-03 at 13 13 04
krzysztofzablocki commented 8 years ago

@frankdilo can you try @samsonjs version and see if it still fixes your issue?

frankdilo commented 8 years ago

@krzysztofzablocki Yes. I will try later today 👍

frankdilo commented 8 years ago

Tried what @samsonjs was suggesting and it works great. You can see it in the last commit.

frankdilo commented 8 years ago
screen shot 2016-01-07 at 12 02 22
krzysztofzablocki commented 8 years ago

Awesome, thanks for contributing!