Uses of Enum Class
io.grpc.ChannelLogger.ChannelLogLevel
Packages that use ChannelLogger.ChannelLogLevel
-
Uses of ChannelLogger.ChannelLogLevel in io.grpc
Methods in io.grpc that return ChannelLogger.ChannelLogLevelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ChannelLogger.ChannelLogLevel[]
ChannelLogger.ChannelLogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.grpc with parameters of type ChannelLogger.ChannelLogLevelModifier and TypeMethodDescriptionabstract 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
.