Class Slf4JLoggerFactory
java.lang.Object
io.micrometer.core.util.internal.logging.InternalLoggerFactory
io.micrometer.core.util.internal.logging.Slf4JLoggerFactory
Deprecated.
NOTE: This file has been copied and slightly modified from
{io.netty.util.internal.logging}.
Logger factory which creates a SLF4J logger.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionnewInstance(String name) Deprecated.Creates a new logger instance with the specified name.Methods inherited from class io.micrometer.core.util.internal.logging.InternalLoggerFactory
getDefaultFactory, getInstance, getInstance, setDefaultFactory
-
Field Details
-
INSTANCE
Deprecated.
-
-
Method Details
-
newInstance
Deprecated.Description copied from class:InternalLoggerFactoryCreates a new logger instance with the specified name.- Specified by:
newInstancein classInternalLoggerFactory- Parameters:
name- logger name- Returns:
- logger instance
-
Slf4JLoggerFactoryinstead.