mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -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