Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.21 KB

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