Top Description Interfaces Classes Enums
module io.netty.common

Package io.netty.util.internal.logging


Internal-use-only logging API which is not allowed to be used outside Netty.

Interface Summary

Modifier and TypeInterface and Description
public interface
InternalLogger

Internal-use-only logger used by Netty.

Class Summary

Modifier and TypeClass and Description
public abstract class
AbstractInternalLogger

A skeletal implementation of InternalLogger.

pack-priv class
public class
CommonsLoggerFactory

Logger factory which creates an Apache Commons Logging logger.
public class
FormattingTuple

Holds the results of formatting done by MessageFormatter.

public abstract class
InternalLoggerFactory

Creates an InternalLogger or changes the default factory implementation.

pack-priv class
public class
JdkLoggerFactory

Logger factory which creates a java.util.logging logger.

pack-priv class
LocationAwareSlf4JLogger

SLF4J logger which is location aware and so will log the correct origin of the logging event by filter out the wrapper itself.

pack-priv class
public class
pack-priv class
public class
Log4JLoggerFactory

Logger factory which creates an Apache Log4J logger.

public class
MessageFormatter

Formats messages according to very simple substitution rules.

pack-priv class
public class
Slf4JLoggerFactory

Logger factory which creates a SLF4J logger.

Enum Summary

Modifier and TypeEnum and Description
public enum
InternalLogLevel

The log level that InternalLogger can log at.