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