# qwloggingapi **Repository Path**: jingfu/qwloggingapi ## Basic Information - **Project Name**: qwloggingapi - **Description**: qwloggingapi - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-06-10 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QWLoggingAPI 日志组件统一API,目前所有组件全部支持WJLoggingAPI ### CocoaPods 安装 pod QWLoggingAPI ### 要求 * ARC支持 * iOS 5.0+ ### 使用方法 ```objective-c #import "QWLoggingMacros.h" QWLogError(frmt, ...); QWLogWarn(frmt, ...); QWLogInfo(frmt, ...) QWLogDebug(frmt, ...) QWLogVerbose(frmt, ...) ```