程序包 | 说明 |
---|---|
io.netty.example.spdy.client |
This package contains an example SPDY HTTP client.
|
io.netty.handler.logging |
Logs the I/O events for debugging purpose.
|
io.netty.util.internal.logging |
Internal-use-only logging API which is not allowed to be used outside Netty.
|
构造器和说明 |
---|
SpdyFrameLogger(InternalLogLevel level) |
限定符和类型 | 字段和说明 |
---|---|
protected InternalLogLevel |
LoggingHandler.internalLevel |
限定符和类型 | 方法和说明 |
---|---|
InternalLogLevel |
LogLevel.toInternalLevel()
For internal use only.
|
限定符和类型 | 方法和说明 |
---|---|
static InternalLogLevel |
InternalLogLevel.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static InternalLogLevel[] |
InternalLogLevel.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
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) |