Uses of Class
io.grpc.ChannelLogger.ChannelLogLevel
-
Packages that use ChannelLogger.ChannelLogLevel Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty 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.ChannelLogLevel Modifier and Type Method Description static ChannelLogger.ChannelLogLevel
ChannelLogger.ChannelLogLevel. valueOf(java.lang.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, java.lang.String message)
Logs a message.abstract void
ChannelLogger. log(ChannelLogger.ChannelLogLevel level, java.lang.String messageFormat, java.lang.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.ChannelLogLevel Modifier and Type Method Description private boolean
ChannelLoggerImpl. isTraceable(ChannelLogger.ChannelLogLevel level)
void
ChannelLoggerImpl. log(ChannelLogger.ChannelLogLevel level, java.lang.String msg)
void
ChannelLoggerImpl. log(ChannelLogger.ChannelLogLevel level, java.lang.String messageFormat, java.lang.Object... args)
void
InternalSubchannel.TransportLogger. log(ChannelLogger.ChannelLogLevel level, java.lang.String message)
void
InternalSubchannel.TransportLogger. log(ChannelLogger.ChannelLogLevel level, java.lang.String messageFormat, java.lang.Object... args)
(package private) static void
ChannelLoggerImpl. logOnly(InternalLogId logId, ChannelLogger.ChannelLogLevel level, java.lang.String msg)
(package private) static void
ChannelLoggerImpl. logOnly(InternalLogId logId, ChannelLogger.ChannelLogLevel level, java.lang.String messageFormat, java.lang.Object... args)
private static java.util.logging.Level
ChannelLoggerImpl. toJavaLogLevel(ChannelLogger.ChannelLogLevel level)
private static InternalChannelz.ChannelTrace.Event.Severity
ChannelLoggerImpl. toTracerSeverity(ChannelLogger.ChannelLogLevel level)
private void
ChannelLoggerImpl. trace(ChannelLogger.ChannelLogLevel level, java.lang.String msg)
-
Uses of ChannelLogger.ChannelLogLevel in io.grpc.netty
Methods in io.grpc.netty with parameters of type ChannelLogger.ChannelLogLevel Modifier and Type Method Description void
NettyServerHandler.ServerChannelLogger. log(ChannelLogger.ChannelLogLevel level, java.lang.String message)
void
NettyServerHandler.ServerChannelLogger. log(ChannelLogger.ChannelLogLevel level, java.lang.String messageFormat, java.lang.Object... args)
private static java.util.logging.Level
NettyServerHandler. toJavaLogLevel(ChannelLogger.ChannelLogLevel level)
-