SetLevelRequest

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

After receiving this request, the server should send log messages at the specified level and higher (more severe) to the client as notifications/message events.

Constructors

Link copied to clipboard
constructor(params: SetLevelRequestParams)

Properties

Link copied to clipboard

The minimum severity level of logging that the client wants to receive from the server.

Link copied to clipboard

Metadata for this request. May include a progressToken for out-of-band progress notifications.

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

The parameters specifying the desired logging level.

Functions

Link copied to clipboard

Converts the request to a JSON-RPC request.