Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
Modifier and Type | Method and Description |
---|---|
static ChannelLogger.ChannelLogLevel |
ChannelLogger.ChannelLogLevel.valueOf(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 and Description |
---|---|
abstract void |
ChannelLogger.log(ChannelLogger.ChannelLogLevel level,
String message)
Logs a message.
|
abstract void |
ChannelLogger.log(ChannelLogger.ChannelLogLevel level,
String messageFormat,
Object... args)
Logs a message, using a message format and a list of arguments used to generate the log
message with
MessageFormat . |