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 TypeMethodDescriptionbooleanisLoggable(XdsLogger.XdsLogLevel level) (package private) voidlog(XdsLogger.XdsLogLevel level, String msg) voidlog(XdsLogger.XdsLogLevel level, String messageFormat, Object... args) private static voidprivate static Levelstatic XdsLoggerwithLogId(io.grpc.InternalLogId logId) (package private) static XdsLoggerwithPrefix(String prefix)
-
Field Details
-
logger
-
prefix
-
-
Constructor Details
-
XdsLogger
-
-
Method Details
-
withLogId
-
withPrefix
-
isLoggable
-
log
-
log
-
logOnly
-
toJavaLogLevel
-