Package io.grpc.internal
Class InternalSubchannel.TransportLogger
java.lang.Object
io.grpc.ChannelLogger
io.grpc.internal.InternalSubchannel.TransportLogger
- Enclosing class:
InternalSubchannel
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.ChannelLogger
ChannelLogger.ChannelLogLevel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
log
(ChannelLogger.ChannelLogLevel level, String message) Logs a message.void
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
.
-
Field Details
-
logId
InternalLogId logId
-
-
Constructor Details
-
TransportLogger
TransportLogger()
-
-
Method Details
-
log
Description copied from class:ChannelLogger
Logs a message.- Specified by:
log
in classChannelLogger
-
log
Description copied from class:ChannelLogger
Logs a message, using a message format and a list of arguments used to generate the log message withMessageFormat
.- Specified by:
log
in classChannelLogger
-