Package io.grpc.xds.client
Class XdsLogger
java.lang.Object
io.grpc.xds.client.XdsLogger
An xDS-specific logger for collecting xDS specific events. Information logged here goes
to the Java logger of this class.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isLoggable
(XdsLogger.XdsLogLevel level) (package private) void
log
(XdsLogger.XdsLogLevel level, String msg) void
log
(XdsLogger.XdsLogLevel level, String messageFormat, Object... args) private static void
private static Level
static XdsLogger
withLogId
(io.grpc.InternalLogId logId) (package private) static XdsLogger
withPrefix
(String prefix)
-
Field Details
-
logger
-
prefix
-
-
Constructor Details
-
XdsLogger
-
-
Method Details
-
withLogId
-
withPrefix
-
isLoggable
-
log
-
log
-
logOnly
-
toJavaLogLevel
-