javacommons/utils/javasrc/com/nokia/mj/impl/utils/Logger.java
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
child 50 023eef975703
equal deleted inserted replaced
20:f9bb0fca356a 24:0fd27995241b
    78     public static final int EJavaGlobalInd      = 32;
    78     public static final int EJavaGlobalInd      = 32;
    79     public static final int ESensor             = 33;
    79     public static final int ESensor             = 33;
    80     public static final int EDebugApi           = 34;
    80     public static final int EDebugApi           = 34;
    81     public static final int EJavaAppMngrPlugin  = 35;
    81     public static final int EJavaAppMngrPlugin  = 35;
    82     public static final int EJavaBroadcast      = 36;
    82     public static final int EJavaBroadcast      = 36;
       
    83     public static final int EJavaAMMS	          = 37;
    83     // add name of new components here
    84     // add name of new components here
    84 
    85 
    85 
    86 
    86     // -----------------------------------------------------
    87     // -----------------------------------------------------
    87     //    list of component's logger enablers
    88     //    list of component's logger enablers
   134         false,  //EJavaGlobalInd     = 32;
   135         false,  //EJavaGlobalInd     = 32;
   135         false,  //ESensor            = 33;
   136         false,  //ESensor            = 33;
   136         false,  //EDebugApi          = 34;
   137         false,  //EDebugApi          = 34;
   137         false,  //EJavaAppMngrPlugin = 35;
   138         false,  //EJavaAppMngrPlugin = 35;
   138         false,  //EJavaBroadcast     = 36;
   139         false,  //EJavaBroadcast     = 36;
       
   140         false,  //EJavaAMMS					 = 37;
   139         // add  new components here
   141         // add  new components here
   140     };
   142     };
   141 
   143 
   142 
   144 
   143     // ----------------------------------------------------------------
   145     // ----------------------------------------------------------------