LoggingMessageNotification

Notification of a log message passed from server to client. If no logging level request has been sent from the client, the server MAY decide which messages to send automatically.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
data class Params(val level: LoggingLevel, val logger: String? = null, val data: JsonElement, val _meta: JsonObject = EmptyJsonObject) : NotificationParams
Link copied to clipboard
data class SetLevelRequest(val level: LoggingLevel, val _meta: JsonObject = EmptyJsonObject) : ClientRequest, WithMeta

A request from the client to the server to enable or adjust logging.

Properties

Link copied to clipboard
open override val method: Method
Link copied to clipboard

Functions

Link copied to clipboard

Converts the notification to a JSON-RPC notification.