CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jun 2016 |
Maintained by Erick Jung.
| Depends on: | |
| CocoaLumberjack | >= 0 |
| CocoaAsyncSocket | >= 0 |
A CocoaLumberjack logger for log.io service.
To run the example project, clone the repo, and run pod install.
Configure the logger and parameters:
LIOLogger *logio = [LIOLogger sharedInstance];
logio.nodeName = [[UIDevice currentDevice] name];
logio.host = @"localhost";
logio.port = 28777;
[DDLog addLogger:logio];lio-cocoalumberjack is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "lio-cocoalumberjack"lio-cocoalumberjack is available under the MIT license. See the LICENSE file for more info.