5 * Created by Joseph Spiros on Fri Sep 12 2003.
6 * Copyright (c) 2003 __MyCompanyName__. All rights reserved.
12 static BOOL _ITDebugMode = YES;
14 void SetITDebugMode (BOOL mode)
19 void ITDebugLog (NSString *format, ...)
21 if ( ( _ITDebugMode == YES ) ) {
24 va_start (ap, format);