aboutsummaryrefslogtreecommitdiffstats
path: root/Source/sequel-pro_Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'Source/sequel-pro_Prefix.pch')
-rw-r--r--Source/sequel-pro_Prefix.pch8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/sequel-pro_Prefix.pch b/Source/sequel-pro_Prefix.pch
index 8df1011d..0fa8023c 100644
--- a/Source/sequel-pro_Prefix.pch
+++ b/Source/sequel-pro_Prefix.pch
@@ -5,3 +5,11 @@
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
+
+#ifdef DEBUG
+ #define DLog(...) NSLog(__VA_ARGS__)
+#else
+ #define DLog(...) /* */
+#endif
+
+#define ALog(...) NSLog(__VA_ARGS__) \ No newline at end of file