X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/5be1d5a0ca54fa66651b3536ad07702391e4d0fe..4ad564f9120afcd0f1ca486c501f72c93a8cdfb1:/ITDebug.h diff --git a/ITDebug.h b/ITDebug.h old mode 100755 new mode 100644 index 2935b51..c53ae69 --- a/ITDebug.h +++ b/ITDebug.h @@ -1,13 +1,19 @@ /* - * ITDebug.h - * ITFoundation + * ITFoundation + * ITDebug.h * - * Created by Joseph Spiros on Fri Sep 12 2003. - * Copyright (c) 2003 __MyCompanyName__. All rights reserved. + * Functions for logging debugging information intelligently. + * + * Copyright (c) 2008 by iThink Software. + * All Rights Reserved. + * + * $Id$ * */ #import -void SetITDebugMode(BOOL mode); -void ITDebugLog(NSString *format, ...); +extern NSString *ITDebugErrorPrefixForObject(id object); +extern BOOL ITDebugMode(); +extern void SetITDebugMode(BOOL mode); +extern void ITDebugLog(NSString *format, ...); \ No newline at end of file