CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

GGLumberJac 0.0.1

GGLumberJac 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2015

Maintained by otherplayer.



  • By
  • Otherplayer

Setting

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

Use

// 开始记录
[[GGLumberLog sharedInstance] recordLog];

// 输出到iTunes共享文件
[[GGLumberLog sharedInstance] redirectLogfile2ShareOfiTunes];

See also CocoaLumberJack

/*
 *  DDLogError(@"错误信息");    // 红色
 *  DDLogWarn(@"警告");        // 橙色
 *  DDLogInfo(@"提示信息");     // 默认是黑色
 *  DDLogVerbose(@"详细信息");  // 默认是黑色
 */

License

These specifications and CocoaPods are available under the MIT license.