An XCode plugin to filter and colorize the XCode debugging console. It's natively supports XcodeColors. You can customize the log level prefix and log text color.
- Filter console log.
- Filter using regular expression.
- Natively supports XcodeColors.
- Customize the log level prefix.
- Default log level prefix and color:
- Error:
<ERROR>
, RGB(214, 57, 30) - Warn:
<WARNING>
, RGB(204, 121, 32) - Info:
<INFO>
, RGB(32, 32, 32) - Verbose:
<VERBOSE>
, RGB(0, 0, 255)
- Error:
- If you are not using XcodeColors, LSLog-XCode will colorize the log text.
- Install via Alcatraz
- Download this project, build & run, and Restart XCode.
LSLog-XCode.xcplugin should be saved in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
, you can uninstall it by removing ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/LSLog-XCode.xcplugin
.
XCode 4, 5, 6 & 7.