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.ChannelLogLevelChannelLogger.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 voidChannelLogger. log(ChannelLogger.ChannelLogLevel level, java.lang.String message)Logs a message.abstract voidChannelLogger. 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 booleanChannelLoggerImpl. isTraceable(ChannelLogger.ChannelLogLevel level)voidChannelLoggerImpl. log(ChannelLogger.ChannelLogLevel level, java.lang.String msg)voidChannelLoggerImpl. log(ChannelLogger.ChannelLogLevel level, java.lang.String messageFormat, java.lang.Object... args)voidInternalSubchannel.TransportLogger. log(ChannelLogger.ChannelLogLevel level, java.lang.String message)voidInternalSubchannel.TransportLogger. log(ChannelLogger.ChannelLogLevel level, java.lang.String messageFormat, java.lang.Object... args)(package private) static voidChannelLoggerImpl. logOnly(InternalLogId logId, ChannelLogger.ChannelLogLevel level, java.lang.String msg)(package private) static voidChannelLoggerImpl. logOnly(InternalLogId logId, ChannelLogger.ChannelLogLevel level, java.lang.String messageFormat, java.lang.Object... args)private static java.util.logging.LevelChannelLoggerImpl. toJavaLogLevel(ChannelLogger.ChannelLogLevel level)private static InternalChannelz.ChannelTrace.Event.SeverityChannelLoggerImpl. toTracerSeverity(ChannelLogger.ChannelLogLevel level)private voidChannelLoggerImpl. 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 voidNettyServerHandler.ServerChannelLogger. log(ChannelLogger.ChannelLogLevel level, java.lang.String message)voidNettyServerHandler.ServerChannelLogger. log(ChannelLogger.ChannelLogLevel level, java.lang.String messageFormat, java.lang.Object... args)private static java.util.logging.LevelNettyServerHandler. toJavaLogLevel(ChannelLogger.ChannelLogLevel level)
-