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

public final Class Log4J2LoggerFactory

extends InternalLoggerFactory
Class Inheritance
Imports
org.apache.logging.log4j.LogManager

Field Summary

Modifier and TypeField and Description
public static final InternalLoggerFactory

Constructor Summary

AccessConstructor and Description
public
Log4J2LoggerFactory()

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

Log4J2LoggerFactoryback to summary
public Log4J2LoggerFactory()

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