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?