| Package | Description |
|---|---|
| io.netty.util.internal.logging |
Internal-use-only logging API which is not allowed to be used outside Netty.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInternalLogger
A skeletal implementation of
InternalLogger. |
| Modifier and Type | Method and Description |
|---|---|
static InternalLogger |
InternalLoggerFactory.getInstance(Class<?> clazz)
Creates a new logger instance with the name of the specified class.
|
static InternalLogger |
InternalLoggerFactory.getInstance(String name)
Creates a new logger instance with the specified name.
|
protected abstract InternalLogger |
InternalLoggerFactory.newInstance(String name)
Creates a new logger instance with the specified name.
|
InternalLogger |
Log4JLoggerFactory.newInstance(String name) |
InternalLogger |
Log4J2LoggerFactory.newInstance(String name) |
InternalLogger |
JdkLoggerFactory.newInstance(String name) |
InternalLogger |
Slf4JLoggerFactory.newInstance(String name) |
InternalLogger |
CommonsLoggerFactory.newInstance(String name) |
Copyright © 2008–2016 The Netty Project. All rights reserved.