Package io.netty.util.internal.logging
Class CommonsLoggerFactory
- java.lang.Object
- 
- io.netty.util.internal.logging.InternalLoggerFactory
- 
- io.netty.util.internal.logging.CommonsLoggerFactory
 
 
- 
 @Deprecated public class CommonsLoggerFactory extends InternalLoggerFactory Deprecated.Logger factory which creates an Apache Commons Logging logger.
- 
- 
Field SummaryFields Modifier and Type Field Description static InternalLoggerFactoryINSTANCEDeprecated.
 - 
Constructor SummaryConstructors Constructor Description CommonsLoggerFactory()Deprecated.UseINSTANCEinstead.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description InternalLoggernewInstance(java.lang.String name)Deprecated.Creates a new logger instance with the specified name.- 
Methods inherited from class io.netty.util.internal.logging.InternalLoggerFactorygetDefaultFactory, getInstance, getInstance, setDefaultFactory
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final InternalLoggerFactory INSTANCE Deprecated.
 
- 
 - 
Constructor Detail- 
CommonsLoggerFactory@Deprecated public CommonsLoggerFactory() Deprecated.UseINSTANCEinstead.
 
- 
 - 
Method Detail- 
newInstancepublic InternalLogger newInstance(java.lang.String name) Deprecated.Description copied from class:InternalLoggerFactoryCreates a new logger instance with the specified name.- Specified by:
- newInstancein class- InternalLoggerFactory
 
 
- 
 
-