class

MCProtocol::SetLevelRequestParams

Inherits JSON::Serializable < Reference < Object

Constructors

new(level : LoggingLevel)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

level

The level of logging that the client wants to receive from the server. The server should send all logs at this level and higher (i.e., more severe) to the client as notifications/message.

Source