Modifier and Type | Method | Description |
---|---|---|
static ChannelLogger.ChannelLogLevel |
ChannelLogger.ChannelLogLevel.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ChannelLogger.ChannelLogLevel[] |
ChannelLogger.ChannelLogLevel.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
abstract void |
ChannelLogger.log(ChannelLogger.ChannelLogLevel level,
java.lang.String message) |
Logs a message.
|
abstract void |
ChannelLogger.log(ChannelLogger.ChannelLogLevel level,
java.lang.String messageFormat,
java.lang.Object... args) |
Logs a message, using a message format and a list of arguments used to generate the log
message with
MessageFormat . |