Xcode's colored console output

Posted by krasnyk on Stack Overflow See other posts from Stack Overflow or by krasnyk
Published on 2010-05-01T12:45:16Z Indexed on 2010/05/01 12:47 UTC
Read the original article Hit count: 277

Filed under:
|

Is possible to format/color the output in the Xcode console? I know that you can do that while debugging CoreData on Mac by setting: com.apple.CoreData.SQLDebug 3 and com.apple.CoreData.SyntaxColoredLogging YES

What with our own logs, can we color/format them too somehow?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about debug