javacommons/utils/inc/logger.h
changeset 56 abc41079b313
parent 50 023eef975703
child 67 63b81d807542
equal deleted inserted replaced
50:023eef975703 56:abc41079b313
   113     EJavaGlobalInd,     //  =32
   113     EJavaGlobalInd,     //  =32
   114     ESensor,            //  =33
   114     ESensor,            //  =33
   115     EDebugApi,          //  =34
   115     EDebugApi,          //  =34
   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     // add id of new components here
   121     // add id of new components here
   121 };
   122 };
   122 
   123 
   123 /**
   124 /**
   124  * Logger could store tracing information from different components
   125  * Logger could store tracing information from different components
   171     {"JavaGlobalInd.log",    "[JavaGlobalInd]"},      // EJavaGlobalInd
   172     {"JavaGlobalInd.log",    "[JavaGlobalInd]"},      // EJavaGlobalInd
   172     {"JavaSensor.log",       "[JavaSensor   ]"},      // EJavaSensor
   173     {"JavaSensor.log",       "[JavaSensor   ]"},      // EJavaSensor
   173     {"JavaDebugApi.log",     "[JavaDebugApi]"},       // EDebugApi
   174     {"JavaDebugApi.log",     "[JavaDebugApi]"},       // EDebugApi
   174     {"JavaAppMngrPlugin.log","[JavaAppMngrPlugin]"},  // EJavaAppMngrPlugin
   175     {"JavaAppMngrPlugin.log","[JavaAppMngrPlugin]"},  // EJavaAppMngrPlugin
   175     {"JavaBroadcast.log",    "[JavaBroadcast]"},      // EJavaBroadcast
   176     {"JavaBroadcast.log",    "[JavaBroadcast]"},      // EJavaBroadcast
   176     {"JavaMMAPI.log",         "[ MMAPPI ]"},					// EJavaAMMS
   177     {"JavaMMAPI.log",         "[ MMAPPI ]"},          // EJavaAMMS
   177     {"JavaSettings.log",     "[ JavaSettings ]"},			// EJavaSettings
   178     {"JavaSettings.log",     "[ JavaSettings ]"},     // EJavaSettings
       
   179     {"JavaQtServiceApp.log", "[ QtServiceApp ]"},     // EJavaQtServiceApp
   178     // add new component file name and nickname here
   180     // add new component file name and nickname here
   179 };
   181 };
   180 
   182 
   181 /**
   183 /**
   182  * logging levels
   184  * logging levels