File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,14 +4,16 @@ sidebar_position: 5
44
55# JDK Platform Logging
66
7- From Java version 9, built-in logging execution classes are separate from classes used to create and
7+ From Java version 9, built-in logging execution classes are separate from those used to create and
88send logs. JDK Platform Logging (JPL) specifies
99[ ` java.lang.System.Logger ` ] ( https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/System.Logger.html )
1010and
1111[ ` java.lang.System.LoggerFinder ` ] ( https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/System.LoggerFinder.html )
1212in the
1313[ ` java.lang.System ` ] ( https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/System.html )
14- class in the ` java.base ` module. The default implementations are in
14+ class in the ` java.base ` module.
15+
16+ The default implementations are in
1517[ ` java.util.logging ` ] ( https://docs.oracle.com/en/java/javase/21/docs/api/java.logging/java/util/logging/package-summary.html )
1618(JUL) package in the ` java.logging ` module.
1719
You can’t perform that action at this time.
0 commit comments