UJET / LSLog-XCode

An XCode plugin to filter and colorize the XCode debugging console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSLog-XCode

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.

Example

LSLog-XCode

Features

  • 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)

Notice

  • If you are not using XcodeColors, LSLog-XCode will colorize the log text.

Installation

  • Install via Alcatraz
  • Download this project, build & run, and Restart XCode.

Uninstall

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.

Requirements

XCode 4, 5, 6 & 7.

Thanks

About

An XCode plugin to filter and colorize the XCode debugging console.

License:MIT License


Languages

Language:Objective-C 100.0%