Uses of Enum Class
io.modelcontextprotocol.spec.McpSchema.LoggingLevel
Packages that use McpSchema.LoggingLevel
-
Uses of McpSchema.LoggingLevel in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client with parameters of type McpSchema.LoggingLevelModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpAsyncClient.setLoggingLevel(McpSchema.LoggingLevel loggingLevel) Sets the minimum logging level for messages received from the server.voidMcpSyncClient.setLoggingLevel(McpSchema.LoggingLevel loggingLevel) Client can set the minimum logging level it wants to receive from the server. -
Uses of McpSchema.LoggingLevel in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.LoggingLevelModifier and TypeMethodDescriptionMcpSchema.LoggingMessageNotification.level()Returns the value of thelevelrecord component.static McpSchema.LoggingLevelReturns the enum constant of this class with the specified name.static McpSchema.LoggingLevel[]McpSchema.LoggingLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.LoggingLevelModifier and TypeMethodDescriptionMcpSchema.LoggingMessageNotification.Builder.level(McpSchema.LoggingLevel level) Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.LoggingLevelModifierConstructorDescriptionLoggingMessageNotification(McpSchema.LoggingLevel level, String logger, String data) Creates an instance of aLoggingMessageNotificationrecord class.