DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The end of the file log has "[m"

DeTong opened this issue · comments

XCode log is no problem.
This makes me very confused.
image

The same problem! Logs always have additional sting "[m" . Anybody know why?

Remove XcodeColorsLogFormatter from your set up. Xcode no longer supporters colours in the console area. The XcodeColorsLogFormatter is only useful now if you're logging to an external source compatible with ANSI codes.