#MCLog
This plugin let you feel easy to trace console log. Although you may search the text in the console area, you can't hide something you don't want to see. MCLog is one of the solutions. You're able to filter the console by it and display what you really want to see. Here's the demo:
- Support Xcode 5 above.
- Filter console log with regular expression.
- Support multi-tabs.
- Support colorful log output.
Install it via Alcatraz
or
- Clone the repo and build it.
- MCLog.xcplugin should appear in
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
- Restart Xcode
If you encounter any issues you can uninstall it by removing the ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/MCLog.xcplugin
.
MCLog is under MIT. See the LICENSE file for more info.
Thanks to @alexlee002 for code contributions and many features.
Any suggestions or improvements are welcome. Feel free to contact me at @yuhua_twit.