Skip to content

hughescr/LumberjackLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Lumberjack logger for LogEntries

HOWTO

  1. Follow instructions for https://github.com/CocoaLumberjack/CocoaLumberjack
  2. Add the lelib from https://github.com/logentries/le_ios
  3. You do not need to interact with lelib directly yourself, so don't put their initialization code in you app, probably.
  4. Add these files here to your project
  5. #import "LogEntriesLogger.h"
  6. Do this, probably in -application:didFinishLaunchingWithOptions:
    LogEntriesLogger *logEntriesLogger = [[LogEntriesLogger alloc] initWithLogEntriesToken:@"your-logentries-token-here"];
    logEntriesLogger.logFormatter = [[HelpfulInfoLogFormatter alloc] init];
    [DDLog addLogger:logEntriesLogger];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published