Package-level declarations

Types

Link copied to clipboard
@Serializable
enum LoggingLevel : Enum<LoggingLevel>
Link copied to clipboard
@Serializable
@SerialName(value = "notifications/message")
data class LoggingMessageNotification(val params: LoggingMessageNotification.LoggingMessageParams) : JsonRpcNotification
Link copied to clipboard
@Serializable
@SerialName(value = "logging/setLevel")
data class SetLoggingLevelRequest(val id: String, val params: SetLoggingLevelRequest.SetLoggingLevelParams) : JsonRpcRequest