Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

erickjung/lio-cocoalumberjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lio-cocoalumberjack

Version License Platform

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.