Uses of Enum
io.grpc.xds.client.XdsLogger.XdsLogLevel
Packages that use XdsLogger.XdsLogLevel
-
Uses of XdsLogger.XdsLogLevel in io.grpc.xds.client
Subclasses with type arguments of type XdsLogger.XdsLogLevel in io.grpc.xds.clientMethods in io.grpc.xds.client that return XdsLogger.XdsLogLevelModifier and TypeMethodDescriptionstatic XdsLogger.XdsLogLevelReturns the enum constant of this type with the specified name.static XdsLogger.XdsLogLevel[]XdsLogger.XdsLogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.xds.client with parameters of type XdsLogger.XdsLogLevelModifier and TypeMethodDescriptionbooleanXdsLogger.isLoggable(XdsLogger.XdsLogLevel level) voidXdsLogger.log(XdsLogger.XdsLogLevel level, String messageFormat, Object... args)