struct PlaceOS::API::Models::Websocket::Response::Debug

Included Modules

Defined in:

placeos/api/models/websocket/response/debug.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : String | Int32 | Int64 #

The identifier included with the original request.


[View source]
def klass : String #

Class of the originating message source.


[View source]
def level : Level #

Message verbosity level.


[View source]
def mod : String #

ID of the module the event originated from.


[View source]
def msg : String #

Log message.


[View source]