Skip to content

Commit

Permalink
chore: update lumberjack syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzablocki committed Dec 13, 2016
1 parent 9e5378f commit b4d76d0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Example/KZBootstrap/KZBAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@

#import "KZBAppDelegate.h"
#import "KZBootstrap.h"
#import "DDASLLogger.h"
#import "DDTTYLogger.h"
#import "DDLogMacros.h"
#import "Cocoalumberjack.h"
#import "KZBootstrapLogFormatter.h"
#import "AFNetworking.h"
static const int ddLogLevel = LOG_LEVEL_INFO;
static const int ddLogLevel = DDLogLevelInfo;

@implementation KZBAppDelegate

Expand Down

0 comments on commit b4d76d0

Please sign in to comment.