Code Monkey home page Code Monkey logo

pcjbird / quicktraceioslogger Goto Github PK

View Code? Open in Web Editor NEW
19.0 6.0 5.0 1.46 MB

A real time iOS log trace tool, view iOS log with pc web browser under local area network, which will automatically scroll like xcode. 一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像xcode一样自动滚动。

License: MIT License

Ruby 9.99% Objective-C 90.01%
ios logger trace monitor xcode lan tool tester browse automatically

quicktraceioslogger's Introduction

logo Build Status Pod Version Pod Platform Pod License GitHub release GitHub release Website

QuickTraceiOSLogger

A real time iOS log trace tool, view iOS log with pc web browser under local area network, which will automatically scroll like xcode. 一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像xcode一样自动滚动。

特性 / Features

  1. 一边操作一边查看输出日志,实时日志跟踪,无须手动刷新。
  2. 适用所有浏览器,无需配备 Mac 电脑。
  3. 无需数据线连接电脑。
  4. 支持多台电脑同时监听日志。

演示 / Demo

安装 / Installation

方法一:QuickTraceiOSLogger is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'QuickTraceiOSLogger'

使用 / Usage

  #import <QuickTraceiOSLogger/QuickTraceiOSLogger.h> 
  
  - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
        // Override point for customization after application launch.
        [QuickiOSLogServer start];
        XLOG_INFO(@"您正在使用 iOS 远程日志查看服务!");
        return YES;
  }

关注我们 / Follow us

  
   Twitter URL Twitter Follow

quicktraceioslogger's People

Contributors

pcjbird avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

quicktraceioslogger's Issues

XLOG_INFO 打包上线时是不是得注释掉

因为文件中没有类似
#if DEBUG #define XLOG_INFO (@__FILE__ ":" XLOG_LINE) #else #define XLOG_INFO nil #endif
这样的宏定义,这样意味着打包上线的时候需要将使用到XLOG_INFO都得注释掉

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.