struct

Pared::JournalReader::LogEntry

Inherits JSON::Serializable < Struct < Value < Object

Structured Log Entry

Constructors

new(timestamp : String, message : String, priority : String, unit : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

message
Source
message=(message : String)
Source
priority
Source
priority=(priority : String)
Source
timestamp
Source
timestamp=(timestamp : String)
Source
unit
Source
unit=(unit : String)
Source