diff -r 2a9601315dfc -r 98ccebc37403 javacommons/utils/inc/logger.h --- a/javacommons/utils/inc/logger.h Mon May 03 12:27:20 2010 +0300 +++ b/javacommons/utils/inc/logger.h Fri May 14 15:47:24 2010 +0300 @@ -115,6 +115,7 @@ EDebugApi, // =34 EJavaAppMngrPlugin, // =35 EJavaBroadcast, // =36 + EJavaAMMS, // =37 // add id of new components here }; @@ -171,6 +172,7 @@ {"JavaDebugApi.log", "[JavaDebugApi]"}, // EDebugApi {"JavaAppMngrPlugin.log","[JavaAppMngrPlugin]"}, // EJavaAppMngrPlugin {"JavaBroadcast.log", "[JavaBroadcast]"}, // EJavaBroadcast + {"JavaMMAPI.log", "[ MMAPPI ]"}, // EJavaAMMS // add new component file name and nickname here };