Licensing ITFoundation under the GNU General Public License version 2.
[ITFoundation.git] / ITDebug.h
1 /*
2  *      ITFoundation
3  *      ITDebug.h
4  *
5  *      Functions for logging debugging information intelligently.
6  *
7  *      Copyright (c) 2008 iThink Software
8  *
9  */
10
11 #import <Foundation/Foundation.h>
12
13 extern NSString *ITDebugErrorPrefixForObject(id object);
14 extern BOOL ITDebugMode();
15 extern void SetITDebugMode(BOOL mode);
16 extern void ITDebugLog(NSString *format, ...);