Adding ITDebug stuff to ease debug logging.
[ITFoundation.git] / ITDebug.h
diff --git a/ITDebug.h b/ITDebug.h
new file mode 100755 (executable)
index 0000000..2935b51
--- /dev/null
+++ b/ITDebug.h
@@ -0,0 +1,13 @@
+/*
+ *  ITDebug.h
+ *  ITFoundation
+ *
+ *  Created by Joseph Spiros on Fri Sep 12 2003.
+ *  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
+ *
+ */
+
+#import <Foundation/Foundation.h>
+
+void SetITDebugMode(BOOL mode);
+void ITDebugLog(NSString *format, ...);