class MCProtocol::SetLevelRequestParams

Included Modules

Defined in:

mcprotocol/set_level_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(level : LoggingLevel) #

[View source]

Instance Method Detail

def level : LoggingLevel #

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.


[View source]