< prev index next >

jdk/src/java.base/share/classes/jdk/internal/logger/package-info.java

Print this page




  46  * <br>
  47  * If however {@code java.util.logging} is not linked with the application, then
  48  * the default implementation will return a simple logger that will print out
  49  * all log messages of INFO level and above to the console ({@code System.err}),
  50  * as implemented by the base {@link jdk.internal.logger.DefaultLoggerFinder} class.
  51  * <p>
  52  * <b>Message Levels and Mapping to java.util.logging</b>
  53  * <p>
  54  * The {@link java.lang.System.LoggerFinder} class documentation describe how
  55  * {@linkplain java.lang.System.Logger.Level System.Logger levels} are mapped
  56  * to {@linkplain java.util.logging.Level JUL levels} when {@code
  57  * java.util.logging} is the backend.
  58  *
  59  * @see jdk.internal.logger.DefaultLoggerFinder
  60  * @see sun.util.logging.internal.LoggingProviderImpl
  61  * @see java.lang.System.LoggerFinder
  62  * @see java.lang.System.Logger
  63  * @see sun.util.logging.PlatformLogger.Bridge
  64  * @see sun.util.logging.internal
  65  *
  66  * @since 1.9
  67  */
  68 package jdk.internal.logger;


  46  * <br>
  47  * If however {@code java.util.logging} is not linked with the application, then
  48  * the default implementation will return a simple logger that will print out
  49  * all log messages of INFO level and above to the console ({@code System.err}),
  50  * as implemented by the base {@link jdk.internal.logger.DefaultLoggerFinder} class.
  51  * <p>
  52  * <b>Message Levels and Mapping to java.util.logging</b>
  53  * <p>
  54  * The {@link java.lang.System.LoggerFinder} class documentation describe how
  55  * {@linkplain java.lang.System.Logger.Level System.Logger levels} are mapped
  56  * to {@linkplain java.util.logging.Level JUL levels} when {@code
  57  * java.util.logging} is the backend.
  58  *
  59  * @see jdk.internal.logger.DefaultLoggerFinder
  60  * @see sun.util.logging.internal.LoggingProviderImpl
  61  * @see java.lang.System.LoggerFinder
  62  * @see java.lang.System.Logger
  63  * @see sun.util.logging.PlatformLogger.Bridge
  64  * @see sun.util.logging.internal
  65  *
  66  * @since 9
  67  */
  68 package jdk.internal.logger;
< prev index next >