lio-cocoalumberjack 1.0.1

lio-cocoalumberjack 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2016

Maintained by Erick Jung.



 
Depends on:
CocoaLumberjack>= 0
CocoaAsyncSocket>= 0
 

  • By
  • Erick Jung

A CocoaLumberjack logger for log.io service.

Usage

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];

Installation

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

pod "lio-cocoalumberjack"

License

lio-cocoalumberjack is available under the MIT license. See the LICENSE file for more info.