Class Slf4JLoggerFactory
java.lang.Object
io.netty.util.internal.logging.InternalLoggerFactory
io.netty.util.internal.logging.Slf4JLoggerFactory
Logger factory which creates a SLF4J
logger.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInstance(String name) Creates a new logger instance with the specified name.Methods inherited from class InternalLoggerFactory
getDefaultFactory, getInstance, getInstance, setDefaultFactory
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Slf4JLoggerFactory
Deprecated.UseINSTANCEinstead.
-
-
Method Details
-
newInstance
Description copied from class:InternalLoggerFactoryCreates a new logger instance with the specified name.- Specified by:
newInstancein classInternalLoggerFactory
-