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

public Class Log4JLoggerFactory

extends InternalLoggerFactory
Class Inheritance
Imports
org.apache.log4j.Logger

Logger factory which creates an Apache Log4J logger.

Field Summary

Modifier and TypeField and Description
public static final InternalLoggerFactory

Constructor Summary

AccessConstructor and Description
public
Log4JLoggerFactory()

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

Log4JLoggerFactoryback to summary
public Log4JLoggerFactory()

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