A log.io logger for CocoaLumberjack.
To run the example project, clone the repo, and run pod install
from the Example directory first.
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'
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];
madordie, [email protected]
logio is available under the MIT license. See the LICENSE file for more info.