jdk/src/java.logging/share/classes/java/util/logging/Logger.java
changeset 44538 a603c475d649
parent 42462 c12ae7eefac0
child 44546 10bdbc025c7f
equal deleted inserted replaced
44537:afbe031283f7 44538:a603c475d649
   662      * Find or create a logger for a named subsystem.  If a logger has
   662      * Find or create a logger for a named subsystem.  If a logger has
   663      * already been created with the given name it is returned.  Otherwise
   663      * already been created with the given name it is returned.  Otherwise
   664      * a new logger is created.
   664      * a new logger is created.
   665      * <p>
   665      * <p>
   666      * If a new logger is created its log level will be configured
   666      * If a new logger is created its log level will be configured
   667      * based on the LogManager configuration and it will configured
   667      * based on the LogManager configuration and it will be configured
   668      * to also send logging output to its parent's Handlers.  It will
   668      * to also send logging output to its parent's Handlers.  It will
   669      * be registered in the LogManager global namespace.
   669      * be registered in the LogManager global namespace.
   670      * <p>
   670      * <p>
   671      * Note: The LogManager may only retain a weak reference to the newly
   671      * Note: The LogManager may only retain a weak reference to the newly
   672      * created Logger. It is important to understand that a previously
   672      * created Logger. It is important to understand that a previously
   724      * already been created with the given name it is returned.  Otherwise
   724      * already been created with the given name it is returned.  Otherwise
   725      * a new logger is created.
   725      * a new logger is created.
   726      *
   726      *
   727      * <p>
   727      * <p>
   728      * If a new logger is created its log level will be configured
   728      * If a new logger is created its log level will be configured
   729      * based on the LogManager and it will configured to also send logging
   729      * based on the LogManager and it will be configured to also send logging
   730      * output to its parent's Handlers.  It will be registered in
   730      * output to its parent's Handlers.  It will be registered in
   731      * the LogManager global namespace.
   731      * the LogManager global namespace.
   732      * <p>
   732      * <p>
   733      * Note: The LogManager may only retain a weak reference to the newly
   733      * Note: The LogManager may only retain a weak reference to the newly
   734      * created Logger. It is important to understand that a previously
   734      * created Logger. It is important to understand that a previously