Uses of Enum
io.grpc.ChannelLogger.ChannelLogLevel
Packages that use ChannelLogger.ChannelLogLevel
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of ChannelLogger.ChannelLogLevel in io.grpc
Methods 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. -
Uses of ChannelLogger.ChannelLogLevel in io.grpc.internal
Methods in io.grpc.internal with parameters of type ChannelLogger.ChannelLogLevelModifier and TypeMethodDescriptionprivate booleanChannelLoggerImpl.isTraceable(ChannelLogger.ChannelLogLevel level) voidChannelLoggerImpl.log(ChannelLogger.ChannelLogLevel level, String msg) voidChannelLoggerImpl.log(ChannelLogger.ChannelLogLevel level, String messageFormat, Object... args) voidInternalSubchannel.TransportLogger.log(ChannelLogger.ChannelLogLevel level, String message) voidInternalSubchannel.TransportLogger.log(ChannelLogger.ChannelLogLevel level, String messageFormat, Object... args) (package private) static voidChannelLoggerImpl.logOnly(InternalLogId logId, ChannelLogger.ChannelLogLevel level, String msg) (package private) static voidChannelLoggerImpl.logOnly(InternalLogId logId, ChannelLogger.ChannelLogLevel level, String messageFormat, Object... args) private static LevelChannelLoggerImpl.toJavaLogLevel(ChannelLogger.ChannelLogLevel level) private static InternalChannelz.ChannelTrace.Event.SeverityChannelLoggerImpl.toTracerSeverity(ChannelLogger.ChannelLogLevel level) private voidChannelLoggerImpl.trace(ChannelLogger.ChannelLogLevel level, String msg) -
Uses of ChannelLogger.ChannelLogLevel in io.grpc.netty
Methods in io.grpc.netty with parameters of type ChannelLogger.ChannelLogLevelModifier and TypeMethodDescriptionvoidNettyServerHandler.ServerChannelLogger.log(ChannelLogger.ChannelLogLevel level, String message) voidNettyServerHandler.ServerChannelLogger.log(ChannelLogger.ChannelLogLevel level, String messageFormat, Object... args) private static LevelNettyServerHandler.toJavaLogLevel(ChannelLogger.ChannelLogLevel level)