class
MCProtocol::SetLevelRequestParams
- MCProtocol::SetLevelRequestParams
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
mcprotocol/set_level_request.crConstructors
Instance Method Summary
-
#level : LoggingLevel
The level of logging that the client wants to receive from the server.
Constructor Detail
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.