MCProtocol::SetLevelRequestParams
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(level : LoggingLevel)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance 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.