jdk/src/share/classes/java/util/logging/Logger.java
changeset 21304 7971ecf0fbed
parent 20865 164ba3f3484b
child 21334 c60dfce46a77
equal deleted inserted replaced
21303:24143f06640d 21304:7971ecf0fbed
  1638             levelObject = newLevel;
  1638             levelObject = newLevel;
  1639             updateEffectiveLevel();
  1639             updateEffectiveLevel();
  1640         }
  1640         }
  1641     }
  1641     }
  1642 
  1642 
       
  1643     final boolean isLevelInitialized() {
       
  1644         return levelObject != null;
       
  1645     }
       
  1646 
  1643     /**
  1647     /**
  1644      * Get the log Level that has been specified for this Logger.
  1648      * Get the log Level that has been specified for this Logger.
  1645      * The result may be null, which means that this logger's
  1649      * The result may be null, which means that this logger's
  1646      * effective level will be inherited from its parent.
  1650      * effective level will be inherited from its parent.
  1647      *
  1651      *