Skip to content

madordie/logio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published