LoggingMessageParams
@Serializable
A notification of a log message passed from server to client. If no logging/setLevel request has been sent, the server MAY decide which messages to send.
Constructors
Link copied to clipboard
constructor(level: LoggingLevel, logger: String? = null, data: JsonElement, _meta: Map<String, JsonElement>? = null)