Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console output is broken #17

Closed
r3econ opened this issue Feb 22, 2016 · 4 comments
Closed

Console output is broken #17

r3econ opened this issue Feb 22, 2016 · 4 comments

Comments

@r3econ
Copy link

r3econ commented Feb 22, 2016

First I installed Alcatraz, went smoothly, then I restarted Xcode.
Then, I executed:

    func application(application: UIApplication, willFinishLaunchingWithOptions launchOptions: [NSObject : AnyObject]?) -> Bool {

        QorumLogs.enabled = true
        QorumLogs.test()

Instead nicely formatted, colorful output I'm getting this in the console:

 �[fg120,120,120;QorumLogs.test()[91]:�[; �[fg0,180,180;Debug�[;
 �[fg120,120,120;QorumLogs.test()[92]:�[; �[fg0,150,0;Info�[;
 �[fg120,120,120;QorumLogs.test()[93]:�[; �[fg255,190,0;Warning�[;
 �[fg120,120,120;QorumLogs.test()[94]:�[; �[fg255,0,0;Error�[;
@Esqarrouth
Copy link
Owner

Did you install XcodeColors correctly?

@r3econ
Copy link
Author

r3econ commented Feb 24, 2016

Yes. I switched to using XCGLogger, this works like a charm.

@Esqarrouth
Copy link
Owner

Just tried in my running project and a new project. Its working fine.
http://prntscr.com/aa3kd8

@Esqarrouth
Copy link
Owner

I had a problem like 3 weeks ago, not about the color but KZLinkedConsole. It somehow randomly got fixed, I obviously did the whole close the xcode, cleared derived data, restarted xcode, clean, build process. Not sure if this is the reason it got fixed or something else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants