mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-03-25 09:25:47 +00:00
15 lines
298 B
Text
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
|