Uses of Class
io.grpc.ChannelLogger.ChannelLogLevel
-
Packages that use ChannelLogger.ChannelLogLevel Package Description io.grpc The gRPC core public API. -
-
Uses of ChannelLogger.ChannelLogLevel in io.grpc
Methods in io.grpc that return ChannelLogger.ChannelLogLevel Modifier and Type Method 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.Methods in io.grpc with parameters of type ChannelLogger.ChannelLogLevel Modifier and Type Method 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 withMessageFormat
.
-