madordie / logio

实时日志显示 | Real-time log monitoring in your browser.

Home Page:https://madordie.github.io/post/logio-brief/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logio for iOS

A log.io logger for CocoaLumberjack.

English Document | 中文文档

screenshot.gif

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

logio is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'LogIO', :git => 'https://github.com/madordie/logio.git'

Usage

Assume that the server IP is 10.12.12.10

// swift
DDLog.add(LogIO.shared)
LogIO.shared.content(host: "10.12.12.10", port: 28777)

or

// oc
[DDLog addLogger: LogIO.shared];
[LogIO.shared contentHost:@"10.12.12.10" port:28777];

Author

madordie, e.madordie@gmail.com

Thx

License

logio is available under the MIT license. See the LICENSE file for more info.

About

实时日志显示 | Real-time log monitoring in your browser.

https://madordie.github.io/post/logio-brief/

License:MIT License


Languages

Language:Objective-C 42.9%Language:Swift 37.8%Language:Ruby 19.3%