javacommons/utils/inc/logger.h
changeset 76 4ad59aaee882
parent 61 bf7ee68962da
child 83 26b2b12093af
equal deleted inserted replaced
69:773449708c84 76:4ad59aaee882
   116     EJavaAppMngrPlugin, //  =35
   116     EJavaAppMngrPlugin, //  =35
   117     EJavaBroadcast,     //  =36
   117     EJavaBroadcast,     //  =36
   118     EJavaAMMS,          //  =37
   118     EJavaAMMS,          //  =37
   119     EJavaSettings,      //  =38
   119     EJavaSettings,      //  =38
   120     EJavaQtServiceApp,  //  =39
   120     EJavaQtServiceApp,  //  =39
       
   121 	EJavaCentrep        //  =40
   121     // add id of new components here
   122     // add id of new components here
   122 };
   123 };
   123 
   124 
   124 /**
   125 /**
   125  * Logger could store tracing information from different components
   126  * Logger could store tracing information from different components
   175     {"JavaAppMngrPlugin.log","[JavaAppMngrPlugin]"},  // EJavaAppMngrPlugin
   176     {"JavaAppMngrPlugin.log","[JavaAppMngrPlugin]"},  // EJavaAppMngrPlugin
   176     {"JavaBroadcast.log",    "[JavaBroadcast]"},      // EJavaBroadcast
   177     {"JavaBroadcast.log",    "[JavaBroadcast]"},      // EJavaBroadcast
   177     {"JavaMMAPI.log",         "[ MMAPPI ]"},          // EJavaAMMS
   178     {"JavaMMAPI.log",         "[ MMAPPI ]"},          // EJavaAMMS
   178     {"JavaSettings.log",     "[ JavaSettings ]"},     // EJavaSettings
   179     {"JavaSettings.log",     "[ JavaSettings ]"},     // EJavaSettings
   179     {"JavaQtServiceApp.log", "[ QtServiceApp ]"},     // EJavaQtServiceApp
   180     {"JavaQtServiceApp.log", "[ QtServiceApp ]"},     // EJavaQtServiceApp
       
   181 	{"JavaCentrep.log",      "[ JavaCentrep  ]"},     // EJavaCentrep
   180     // add new component file name and nickname here
   182     // add new component file name and nickname here
   181 };
   183 };
   182 
   184 
   183 /**
   185 /**
   184  * logging levels
   186  * logging levels