a9fda2df93755f8bbf31cd53540cf4bc5f1f3177
[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 void SetITDebugMode(BOOL mode);
17 void ITDebugLog(NSString *format, ...);