Modifier and Type | Interface and Description |
---|---|
public interface | InternalLogger
Internal-use-only logger used by Netty. |
Modifier and Type | Class and Description |
---|---|
public abstract class | AbstractInternalLogger
A skeletal implementation of |
pack-priv class | CommonsLogger
Deprecated
Please use Apache Commons Logging
logger.
Log4J2Logger or Log4JLogger or
Slf4JLogger .
|
public class | CommonsLoggerFactory
Deprecated
Please use Logger factory which creates an
Apache Commons Logging
logger.
Log4J2LoggerFactory or Log4JLoggerFactory or
Slf4JLoggerFactory .
|
public class | FormattingTuple
Holds the results of formatting done by |
public abstract class | InternalLoggerFactory
Creates an |
pack-priv class | JdkLogger
java.util.logging logger. |
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 | Log4JLogger
Apache Log4J logger. |
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 | Slf4JLogger
SLF4J logger. |
public class | Slf4JLoggerFactory
Logger factory which creates a SLF4J logger. |
Modifier and Type | Enum and Description |
---|---|
public enum | InternalLogLevel
The log level that |