javacommons/utils/inc/logger.h
changeset 61 bf7ee68962da
parent 23 98ccebc37403
child 76 4ad59aaee882
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
   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
       
   120     EJavaQtServiceApp,  //  =39
   119     // add id of new components here
   121     // add id of new components here
   120 };
   122 };
   121 
   123 
   122 /**
   124 /**
   123  * Logger could store tracing information from different components
   125  * Logger could store tracing information from different components
   170     {"JavaGlobalInd.log",    "[JavaGlobalInd]"},      // EJavaGlobalInd
   172     {"JavaGlobalInd.log",    "[JavaGlobalInd]"},      // EJavaGlobalInd
   171     {"JavaSensor.log",       "[JavaSensor   ]"},      // EJavaSensor
   173     {"JavaSensor.log",       "[JavaSensor   ]"},      // EJavaSensor
   172     {"JavaDebugApi.log",     "[JavaDebugApi]"},       // EDebugApi
   174     {"JavaDebugApi.log",     "[JavaDebugApi]"},       // EDebugApi
   173     {"JavaAppMngrPlugin.log","[JavaAppMngrPlugin]"},  // EJavaAppMngrPlugin
   175     {"JavaAppMngrPlugin.log","[JavaAppMngrPlugin]"},  // EJavaAppMngrPlugin
   174     {"JavaBroadcast.log",    "[JavaBroadcast]"},      // EJavaBroadcast
   176     {"JavaBroadcast.log",    "[JavaBroadcast]"},      // EJavaBroadcast
   175     {"JavaMMAPI.log",         "[ MMAPPI ]"},					// EJavaAMMS
   177     {"JavaMMAPI.log",         "[ MMAPPI ]"},          // EJavaAMMS
       
   178     {"JavaSettings.log",     "[ JavaSettings ]"},     // EJavaSettings
       
   179     {"JavaQtServiceApp.log", "[ QtServiceApp ]"},     // EJavaQtServiceApp
   176     // add new component file name and nickname here
   180     // add new component file name and nickname here
   177 };
   181 };
   178 
   182 
   179 /**
   183 /**
   180  * logging levels
   184  * logging levels