src/java.logging/share/classes/java/util/logging/LogManager.java
changeset 54075 daec95ed6795
parent 53120 de9fd809bb47
equal deleted inserted replaced
54074:9c6508806663 54075:daec95ed6795
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2019, Oracle and/or its affiliates. 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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    62  * cannot subsequently be changed.
    62  * cannot subsequently be changed.
    63  * <p>
    63  * <p>
    64  * At startup the LogManager class is located using the
    64  * At startup the LogManager class is located using the
    65  * java.util.logging.manager system property.
    65  * java.util.logging.manager system property.
    66  *
    66  *
    67  * <h3>LogManager Configuration</h3>
    67  * <h2>LogManager Configuration</h2>
    68  *
    68  *
    69  * A LogManager initializes the logging configuration via
    69  * A LogManager initializes the logging configuration via
    70  * the {@link #readConfiguration()} method during LogManager initialization.
    70  * the {@link #readConfiguration()} method during LogManager initialization.
    71  * By default, LogManager default configuration is used.
    71  * By default, LogManager default configuration is used.
    72  * The logging configuration read by LogManager must be in the
    72  * The logging configuration read by LogManager must be in the