CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | May 2015 |
Maintained by otherplayer.
CocoaLumberjac & XcodeColors(插件)
Download the XcodeColors
You also can see the CocoaLumberJack
In Xcode 'EditScheme Environment Variables' , add key: 'XcodeColors values' set value to YES in order to show the debug color
info.plist 中 Application supports iTunes file sharing 设置为 YES
// 开始记录
[[GGLumberLog sharedInstance] recordLog];
// 输出到iTunes共享文件
[[GGLumberLog sharedInstance] redirectLogfile2ShareOfiTunes];
/*
* DDLogError(@"错误信息"); // 红色
* DDLogWarn(@"警告"); // 橙色
* DDLogInfo(@"提示信息"); // 默认是黑色
* DDLogVerbose(@"详细信息"); // 默认是黑色
*/
These specifications and CocoaPods are available under the MIT license.