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.