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

WQLog 2.0.1

WQLog 2.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2017

Maintained by AppleDP.



WQLog 2.0.1

  • By
  • AppleDP

Console Log Console Log

Install

pod 'WQLog', '~> 1.0.0'

Usage

    // 普通日志输出
    WQLog(@"log");

    // 带色日志输出(安装了 Xcode Colors 插件)
    WQLogInfo(@"Log");
    WQLogError(@"Log");
    WQLogWarn(@"Log");
    WQLogMsg(@"Log");