struct

LSP::LogTraceParams

Inherits JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

message

The message to be logged.

Source
message=(message : String)

The message to be logged.

Source
verbose

Additional information that can be computed if the trace configuration is set to 'verbose'

Source
verbose=(verbose : String)

Additional information that can be computed if the trace configuration is set to 'verbose'

Source