LoggingMessageNotification

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 Serializable
trait Product
trait Equals
trait Notification
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def method: Method

Attributes

Definition Classes
Source
LoggingMessageNotification.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product