jdk/src/share/classes/com/sun/jmx/defaults/JmxProperties.java
changeset 4156 acaa49a2768a
parent 1247 b4c26443dee5
child 5506 202f599c92aa
equal deleted inserted replaced
4155:460e37d40f12 4156:acaa49a2768a
     1 /*
     1 /*
     2  * Copyright 1999-2008 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
   175      */
   175      */
   176     public static final String RELATION_LOGGER_NAME =
   176     public static final String RELATION_LOGGER_NAME =
   177             "javax.management.relation";
   177             "javax.management.relation";
   178 
   178 
   179     /**
   179     /**
   180      * Logger name for Namespaces.
       
   181      */
       
   182     public static final String NAMESPACE_LOGGER_NAME =
       
   183             "javax.management.namespace";
       
   184 
       
   185      /**
       
   186      * Logger name for Namespaces.
       
   187      */
       
   188     public static final Logger NAMESPACE_LOGGER =
       
   189             Logger.getLogger(NAMESPACE_LOGGER_NAME);
       
   190 
       
   191     /**
       
   192      * Logger for Relation Service.
   180      * Logger for Relation Service.
   193      */
   181      */
   194     public static final Logger RELATION_LOGGER =
   182     public static final Logger RELATION_LOGGER =
   195             Logger.getLogger(RELATION_LOGGER_NAME);
   183             Logger.getLogger(RELATION_LOGGER_NAME);
   196 
   184