samhuri.net-ios/Blog/Blog-Prefix.pch

15 lines
298 B
Text

//
// Blog-Prefix.pch
// Blog
//
// Created by Sami Samhuri on 2015-05-05.
// Copyright (c) 2015 Guru Logic Inc. All rights reserved.
//
#import <CocoaLumberjack/DDLog.h>
#ifdef DEBUG
static const int ddLogLevel = LOG_LEVEL_VERBOSE;
#else
static const int ddLogLevel = LOG_LEVEL_WARN;
#endif