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