LoggingMessageNotification

@Serializable
@SerialName(value = "notifications/message")
data class LoggingMessageNotification(val params: LoggingMessageNotification.LoggingMessageParams) : JsonRpcNotification

Constructors

Link copied to clipboard

Types

Link copied to clipboard
@Serializable
data class LoggingMessageParams(val level: LoggingLevel, val logger: String? = null, val data: JsonElement, val _meta: Map<String, JsonElement>? = null) : NotificationParams

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.

Properties

Link copied to clipboard
Link copied to clipboard

Functions