mcp.schema.notification.LoggingMessageNotification
See theLoggingMessageNotification companion object
final case class LoggingMessageNotification(level: LoggingLevel, logger: Option[String], data: Json) extends Notification
Notification of a log message passed from server to client. If no logging/setLevel request has been sent from the client, the server MAY decide which messages to send automatically.
Attributes
- Companion
- object
- Source
- LoggingMessageNotification.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Notificationclass Objecttrait Matchableclass Any
Members list
In this article