changeset 145:65015a397a65

Added TRACE_HERE macro to simplify quick tracing for debug
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 09 Sep 2008 17:09:35 +0900
parents 0fecd729d35f
children 56695008ccec
files waaad/log.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/waaad/log.h	Tue Sep 09 17:08:12 2008 +0900
+++ b/waaad/log.h	Tue Sep 09 17:09:35 2008 +0900
@@ -130,5 +130,8 @@
 		
 #define TRACE_ENTRY(_format,_args... ) \
 	TRACE_DEBUG(FULL, "Entering function (parms: " _format ")", ##_args )
+	
+#define TRACE_HERE()	\
+	TRACE_DEBUG(FULL, " -- debug checkpoint -- ");
 
 #endif /* _LOG_H_ */
"Welcome to our mercurial repository"