Class JdkLoggerFactory
java.lang.Object
io.micrometer.core.util.internal.logging.InternalLoggerFactory
io.micrometer.core.util.internal.logging.JdkLoggerFactory
public class JdkLoggerFactory extends InternalLoggerFactory
NOTE: This file has been copied and slightly modified from {io.netty.util.internal.logging}.
Logger factory which creates a
java.util.logging
logger.
-
Field Summary
Fields Modifier and Type Field Description static InternalLoggerFactoryINSTANCE -
Method Summary
Modifier and Type Method Description InternalLoggernewInstance(java.lang.String name)Creates a new logger instance with the specified name.Methods inherited from class io.micrometer.core.util.internal.logging.InternalLoggerFactory
getDefaultFactory, getInstance, getInstance, setDefaultFactoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
INSTANCE
-
-
Method Details
-
newInstance
Description copied from class:InternalLoggerFactoryCreates a new logger instance with the specified name.- Specified by:
newInstancein classInternalLoggerFactory- Parameters:
name- logger name- Returns:
- logger instance
-