Uses of Enum
io.grpc.ChannelLogger.ChannelLogLevel
Packages that use ChannelLogger.ChannelLogLevel
-
Uses of ChannelLogger.ChannelLogLevel in io.grpc
Subclasses with type arguments of type ChannelLogger.ChannelLogLevel in io.grpcMethods in io.grpc that return ChannelLogger.ChannelLogLevelModifier and TypeMethodDescriptionReturns 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.ChannelLogLevelModifier and TypeMethodDescriptionabstract voidChannelLogger.log(ChannelLogger.ChannelLogLevel level, String message) Logs a message.abstract voidChannelLogger.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.