Top Description Fields Constructors Methods
io.netty.util.internal.logging

public Class CommonsLoggerFactory

extends InternalLoggerFactory
Class Inheritance
Annotations
@Deprecated
Imports
org.apache.commons.logging.LogFactory

Deprecated

Please use Log4J2LoggerFactory or Log4JLoggerFactory or Slf4JLoggerFactory.

Logger factory which creates an Apache Commons Logging logger.

Field Summary

Modifier and TypeField and Description
public static final InternalLoggerFactory

Constructor Summary

AccessConstructor and Description
public
CommonsLoggerFactory()

Deprecated Use INSTANCE instead.

Method Summary

Modifier and TypeMethod and Description
public InternalLogger
newInstance(String name)

Implements abstract io.netty.util.internal.logging.InternalLoggerFactory.newInstance.

Creates a new logger instance with the specified name.
Inherited from io.netty.util.internal.logging.InternalLoggerFactory:
getDefaultFactorygetInstancegetInstancesetDefaultFactory

Field Detail

INSTANCEback to summary
public static final InternalLoggerFactory INSTANCE

Constructor Detail

CommonsLoggerFactoryback to summary
public CommonsLoggerFactory()

Deprecated

Use INSTANCE instead.

Annotations
@Deprecated

Method Detail

newInstanceback to summary
public InternalLogger newInstance(String name)

Implements abstract io.netty.util.internal.logging.InternalLoggerFactory.newInstance.

Doc from io.netty.util.internal.logging.InternalLoggerFactory.newInstance.

Creates a new logger instance with the specified name.

Annotations
@Override