class

MCProtocol::LoggingMessageNotificationParams

Inherits JSON::Serializable < Reference < Object

Constructors

new(data : JSON::Any, level : LoggingLevel, logger : String | Nil = Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

data

The data to be logged, such as a string message or an object. Any JSON serializable type is allowed here.

Source
level

The severity of this log message.

Source
logger

An optional name of the logger issuing this message.

Source