src/java.logging/share/classes/java/util/logging/LogManager.java
changeset 53120 de9fd809bb47
parent 52902 e3398b2e1ab0
child 54075 daec95ed6795
equal deleted inserted replaced
53119:375b10185c40 53120:de9fd809bb47
    74  * <p>
    74  * <p>
    75  * The LogManager defines two optional system properties that allow control over
    75  * The LogManager defines two optional system properties that allow control over
    76  * the initial configuration, as specified in the {@link #readConfiguration()}
    76  * the initial configuration, as specified in the {@link #readConfiguration()}
    77  * method:
    77  * method:
    78  * <ul>
    78  * <ul>
    79  * <li>"java.util.logging.config.class"
    79  * <li>{@systemProperty java.util.logging.config.class}
    80  * <li>"java.util.logging.config.file"
    80  * <li>{@systemProperty java.util.logging.config.file}
    81  * </ul>
    81  * </ul>
    82  * <p>
    82  * <p>
    83  * These two system properties may be specified on the command line to the "java"
    83  * These two system properties may be specified on the command line to the "java"
    84  * command, or as system property definitions passed to JNI_CreateJavaVM.
    84  * command, or as system property definitions passed to JNI_CreateJavaVM.
    85  * <p>
    85  * <p>