LSLog-XCode icon indicating copy to clipboard operation
LSLog-XCode copied to clipboard

Verbosity level not recognised correctly

Open jcaille opened this issue 8 years ago • 3 comments

Hi,

I've been looking for such a plugin for a really long time. unfortunately I can't get it to work in my Xcode (version 7.2, build 7C68).

The verbosity level is not correctly recognised, as you can see in this image. https://www.dropbox.com/s/samnvwgku2axrlb/Screenshot%202016-02-29%2012.36.05.png?dl=0

This is not just a colouring issue as the filters do not work with the tag I set (but filtering do matches the colors that we have). I've tried inspecting what happens at runtime, but I've not made a lot of progress.

Do you have any clue what might be going on ?

Thanks for your work, I really hope I can get this working !

jcaille avatar Feb 29 '16 11:02 jcaille

Hi, what's your verbose log level prefix? I have tried and it worked fine.

image image image

tinymind avatar Feb 29 '16 12:02 tinymind

Hi.

Here are some screenshot of my current settings : screenshot 2016-02-29 13 59 25 screenshot 2016-02-29 13 59 30 screenshot 2016-02-29 13 59 33

And here's what I see when I set the filter in the log console to [Error]

screenshot 2016-02-29 14 00 40

jcaille avatar Feb 29 '16 13:02 jcaille

Verbose level contains: verbose/info/warn/error. Info level contains: info/warn/error. And so on.

In your screenshot, it's a bug when you set filter to [Error] but <Info> show in results.

tinymind avatar Mar 01 '16 01:03 tinymind