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 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
. -
Uses of ChannelLogger.ChannelLogLevel in io.grpc.internal
Methods in io.grpc.internal with parameters of type ChannelLogger.ChannelLogLevelModifier and TypeMethodDescriptionprivate boolean
ChannelLoggerImpl.isTraceable
(ChannelLogger.ChannelLogLevel level) void
ChannelLoggerImpl.log
(ChannelLogger.ChannelLogLevel level, String msg) void
ChannelLoggerImpl.log
(ChannelLogger.ChannelLogLevel level, String messageFormat, Object... args) void
InternalSubchannel.TransportLogger.log
(ChannelLogger.ChannelLogLevel level, String message) void
InternalSubchannel.TransportLogger.log
(ChannelLogger.ChannelLogLevel level, String messageFormat, Object... args) (package private) static void
ChannelLoggerImpl.logOnly
(InternalLogId logId, ChannelLogger.ChannelLogLevel level, String msg) (package private) static void
ChannelLoggerImpl.logOnly
(InternalLogId logId, ChannelLogger.ChannelLogLevel level, String messageFormat, Object... args) private static Level
ChannelLoggerImpl.toJavaLogLevel
(ChannelLogger.ChannelLogLevel level) private static InternalChannelz.ChannelTrace.Event.Severity
ChannelLoggerImpl.toTracerSeverity
(ChannelLogger.ChannelLogLevel level) private void
ChannelLoggerImpl.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 TypeMethodDescriptionvoid
NettyServerHandler.ServerChannelLogger.log
(ChannelLogger.ChannelLogLevel level, String message) void
NettyServerHandler.ServerChannelLogger.log
(ChannelLogger.ChannelLogLevel level, String messageFormat, Object... args) private static Level
NettyServerHandler.toJavaLogLevel
(ChannelLogger.ChannelLogLevel level)