Package io.netty.util.internal.logging
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 io.netty.util.internal.logging.InternalLoggerFactory
getDefaultFactory, getInstance, getInstance, setDefaultFactory
-
Field Details
-
INSTANCE
Deprecated.
-
-
Constructor Details
-
CommonsLoggerFactory
Deprecated.UseINSTANCE
instead.
-
-
Method Details
-
newInstance
Deprecated.Description copied from class:InternalLoggerFactory
Creates a new logger instance with the specified name.- Specified by:
newInstance
in classInternalLoggerFactory
-
Log4J2LoggerFactory
orLog4JLoggerFactory
orSlf4JLoggerFactory
.