mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8214567: Use {@systemProperty} for definitions of system properties
8214569: Use {@systemProperty} for definitions of system properties Reviewed-by: lancea, mchung, alanb, naoto
This commit is contained in:
parent
b91fa3a6c8
commit
6774e567aa
13 changed files with 24 additions and 24 deletions
|
@ -76,8 +76,8 @@ import static jdk.internal.logger.DefaultLoggerFinder.isSystem;
|
|||
* the initial configuration, as specified in the {@link #readConfiguration()}
|
||||
* method:
|
||||
* <ul>
|
||||
* <li>"java.util.logging.config.class"
|
||||
* <li>"java.util.logging.config.file"
|
||||
* <li>{@systemProperty java.util.logging.config.class}
|
||||
* <li>{@systemProperty java.util.logging.config.file}
|
||||
* </ul>
|
||||
* <p>
|
||||
* These two system properties may be specified on the command line to the "java"
|
||||
|
|
|
@ -39,7 +39,7 @@ import jdk.internal.logger.SurrogateLogger;
|
|||
* <a id="formatting">
|
||||
* <b>Configuration:</b></a>
|
||||
* The {@code SimpleFormatter} is initialized with the format string
|
||||
* specified in the {@code java.util.logging.SimpleFormatter.format}
|
||||
* specified in the {@systemProperty java.util.logging.SimpleFormatter.format}
|
||||
* property to {@linkplain #format(LogRecord) format} the log messages.
|
||||
* This property can be defined
|
||||
* in the {@linkplain LogManager#getProperty logging properties}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue