Java Logging: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Java =Overview= =LogManager= =Configuration= ==java.util.logging.manager== ==java.util.logging.config.file==") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogManager.html | |||
=Internal= | =Internal= | ||
* [[Java#Subjects|Java]] | * [[Java#Subjects|Java]] | ||
Line 7: | 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 relative to the content of "java.home" property. | |||
==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.