Java Logging: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
==java.util.logging.manager== | ==java.util.logging.manager== | ||
==java.util.logging.config.file== | ==java.util.logging.config.file== | ||
If this property is not specified, the default configuration is loaded from lib/logging.properties | If this property is not specified, the default configuration is loaded from lib/logging.properties relative to the content of "java.home" property. | ||
==java.util.logging.config.class== | ==java.util.logging.config.class== |
Latest revision as of 23:58, 16 October 2020
External
Internal
Overview
LogManager
Configuration
java.util.logging.manager
java.util.logging.config.file
If this property is not specified, the default configuration is loaded from lib/logging.properties relative to the content of "java.home" property.