Top Description Classes
module java.logging

Package sun.util.logging.internal


[JDK INTERNAL] The sun.util.logging.internal package defines an internal implementation of the jdk.internal.logger.DefaultLoggerFinder which provides an extension of the System.Logger interface making it easy to bridge from java.util.logging; the JDK default implementation of the LoggerFinder will return loggers implementing this extension when java.util.logging is present.

When java.util.logging is present, Logger instances returned by the JDK default implementation of the LoggerFinder wrap an instance of java.util.logging.Logger and implement the PlatformLogger.Bridge extension, overriding all the methods defined in that extension in order to call the corresponding methods on their wrapped backend Logger instance.


Since
9
See Also
java.lang.System.LoggerFinder, java.lang.System.Logger, sun.util.logging.PlatformLogger, sun.util.logging.PlatformLogger.Bridge, jdk.internal.logger

Class Summary

Modifier and TypeClass and Description
public class
LoggingProviderImpl

This LoggingProviderImpl is the JDK internal implementation of the jdk.internal.logger.DefaultLoggerFinder which is used by the default implementation of the Logger when no LoggerFinder is found and java.util.logging is present.