Extension for default Xcode console.
Build this plugin, then the plugin will automatically be installed in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
.
Relaunch Xcode and PluginConsole will make your life easier.
##Xcode 5 If you use Xcode 4 then you should not download latest commit. Latest commit uses for Xcode 5 only and Scheme was be updated.
Copy Client
folder to your plugin and add LogClient.h to your .pch file. And then use PluginLog() and PluginLogWithName() for log to the standart console.
When you debug your plugin, click to Show Plugins Log
button and you will see debug information from your plugin.
PluginConsole is released under the MIT License, see LICENSE.txt.