X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDebug.h;h=d8a9f3dad53af0528e38a17b05d5c6891bd885e5;hb=21853845924b0511d06f02ea2635d3a1f0948492;hp=4f5462c3f03b245a405c55a91f80f726653920ee;hpb=89e6f98d65ff3485e8f9cfcb25b4fdf52fabf637;p=gdcm.git diff --git a/src/gdcmDebug.h b/src/gdcmDebug.h index 4f5462c3..d8a9f3da 100644 --- a/src/gdcmDebug.h +++ b/src/gdcmDebug.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDebug.h,v $ Language: C++ - Date: $Date: 2006/01/03 14:28:53 $ - Version: $Revision: 1.53 $ + Date: $Date: 2006/05/30 08:12:51 $ + Version: $Revision: 1.55 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -159,7 +159,10 @@ private: /** * \brief Debug : To be used to help bug tracking developer - * @param msg message part + * @param type type + * @param obj obj + * @param msg message part + * @param adds adds */ #define gdcmMessageBodyMacro(type, obj, msg, adds) \ { \ @@ -210,7 +213,7 @@ private: // No NDEBUG test to always have a return of warnings !!! // -> Rien compris! JPRx #define gdcmLogBodyMacro(obj, msg) \ -{ \ +{ \ if( Debug::GetLogFlag() ) \ gdcmMessageBodyMacro(gdcm::CMD_LOG,obj,msg,""); \ }