Closed
Description
this follows up on the idea in #4293
Just like we have getter and setter for timestamp, Event#timestamp
and Event#timestamp=
I believe we should add the same for message and add Event#message
and Event#message=
.
The message field is central to the Event and having these would avoid using clumsy fieldrefs like event["message"]
or event["[message]"]
in the plugins implementations.