Skip to content

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

License

Notifications You must be signed in to change notification settings

tinymind/LSLog-XCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published