Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
io.netty.handler.logging |
Logs the I/O events for debugging purpose.
|
io.netty.resolver.dns |
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
|
io.netty.util.internal.logging |
Internal-use-only logging API which is not allowed to be used outside Netty.
|
Modifier and Type | Field and Description |
---|---|
private InternalLogLevel |
Http2FrameLogger.level |
Constructor and Description |
---|
Http2FrameLogger(InternalLogLevel level,
InternalLogger logger) |
Modifier and Type | Field and Description |
---|---|
protected InternalLogLevel |
LoggingHandler.internalLevel |
private InternalLogLevel |
LogLevel.internalLevel |
Modifier and Type | Method and Description |
---|---|
InternalLogLevel |
LogLevel.toInternalLevel()
For internal use only.
|
Constructor and Description |
---|
LogLevel(InternalLogLevel internalLevel) |
Modifier and Type | Field and Description |
---|---|
private static InternalLogLevel |
TraceDnsQueryLifeCycleObserverFactory.DEFAULT_LEVEL |
private InternalLogLevel |
TraceDnsQueryLifecycleObserver.level |
private InternalLogLevel |
TraceDnsQueryLifeCycleObserverFactory.level |
Constructor and Description |
---|
TraceDnsQueryLifecycleObserver(DnsQuestion question,
InternalLogger logger,
InternalLogLevel level) |
TraceDnsQueryLifeCycleObserverFactory(InternalLogger logger,
InternalLogLevel level) |
Modifier and Type | Method and Description |
---|---|
static InternalLogLevel |
InternalLogLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InternalLogLevel[] |
InternalLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
InternalLogger.isEnabled(InternalLogLevel level)
Is the logger instance enabled for the specified
level ? |
boolean |
AbstractInternalLogger.isEnabled(InternalLogLevel level) |
void |
InternalLogger.log(InternalLogLevel level,
java.lang.String msg)
Log a message at the specified
level . |
void |
AbstractInternalLogger.log(InternalLogLevel level,
java.lang.String msg) |
void |
InternalLogger.log(InternalLogLevel level,
java.lang.String format,
java.lang.Object... arguments)
Log a message at the specified
level according to the specified format
and arguments. |
void |
AbstractInternalLogger.log(InternalLogLevel level,
java.lang.String format,
java.lang.Object... arguments) |
void |
InternalLogger.log(InternalLogLevel level,
java.lang.String format,
java.lang.Object arg)
Log a message at the specified
level according to the specified format
and argument. |
void |
AbstractInternalLogger.log(InternalLogLevel level,
java.lang.String format,
java.lang.Object arg) |
void |
InternalLogger.log(InternalLogLevel level,
java.lang.String format,
java.lang.Object argA,
java.lang.Object argB)
Log a message at the specified
level according to the specified format
and arguments. |
void |
AbstractInternalLogger.log(InternalLogLevel level,
java.lang.String format,
java.lang.Object argA,
java.lang.Object argB) |
void |
InternalLogger.log(InternalLogLevel level,
java.lang.String msg,
java.lang.Throwable t)
Log an exception (throwable) at the specified
level with an
accompanying message. |
void |
AbstractInternalLogger.log(InternalLogLevel level,
java.lang.String msg,
java.lang.Throwable cause) |
void |
InternalLogger.log(InternalLogLevel level,
java.lang.Throwable t)
Log an exception (throwable) at the specified
level . |
void |
AbstractInternalLogger.log(InternalLogLevel level,
java.lang.Throwable cause) |