I've recently discovered some undocumented system properties in the JDK's System.Logger API, in particular, jdk.logger.finder.singleton
. I couldn't find any web pages which mention this system property or any property at all relating to the System.Logger API. Nor is it mentioned in the System.LoggerFinder javadoc.
The lack of information on these properties raises several questions:
- Is it acceptable, supported, or intended for application developers to use these properties?
- Why do the JDK developers leave undocumented properties in the openjdk implementation?
It reminds me of the file.encoding property, which I read is not a "supported mechanism."