# FQLog **Repository Path**: fa643215594_admin/fqlog ## Basic Information - **Project Name**: FQLog - **Description**: 日志系统 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-14 - **Last Updated**: 2023-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FQLog [![CI Status](https://img.shields.io/travis/feng/FQLog.svg?style=flat)](https://travis-ci.org/feng/FQLog) [![Version](https://img.shields.io/cocoapods/v/FQLog.svg?style=flat)](https://cocoapods.org/pods/FQLog) [![License](https://img.shields.io/cocoapods/l/FQLog.svg?style=flat)](https://cocoapods.org/pods/FQLog) [![Platform](https://img.shields.io/cocoapods/p/FQLog.svg?style=flat)](https://cocoapods.org/pods/FQLog) ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements ## Installation FQLog is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'FQLog' ``` ## Author feng, 643215594@qq.com ## License FQLog is available under the MIT license. See the LICENSE file for more info. ## 使用流程 1.pod "FQLog" 2.AppDelegate -> didFinishLaunchingWithOptions 启动 [FQLogManager start]; 3.替换使用的打印宏 #define XXLog(xx, ...) LogI(xx, ##__VA_ARGS__) 4.显示日志界面 [FQLogManager showLogVC];