eaf6483309e78027d9a084c8d82f77d3e5df0884
[ITFoundation.git] / ITDebug.h
1 /*
2  *      ITFoundation
3  *      ITDebug.h
4  *
5  *      Functions for logging debugging information intelligently.
6  *
7  *      Copyright (c) 2005 by iThink Software.
8  *      All Rights Reserved.
9  *
10  *      $Id$
11  *
12  */
13
14 #import <Foundation/Foundation.h>
15
16 extern void SetITDebugMode(BOOL mode);
17 extern void ITDebugLog(NSString *format, ...);