//
//  Logging.h
//  BackgroundGeolocation
//
//  Created by Marian Hello on 10/11/2017.
//  Copyright © 2017 mauron85. All rights reserved.
//

#ifndef Logging_h
#define Logging_h

#import "CocoaLumberjack.h"

// we will override this global level later
// https://github.com/CocoaLumberjack/CocoaLumberjack/issues/469
static const DDLogLevel ddLogLevel = DDLogLevelAll;

#endif /* Logging_h */
