class storage.base.Message
When you loop over the list of messages in a template, what you get are instances of the Message class. It’s quite a simple object, with only a few attributes:
message: The actual text of the message.
level: An integer describing the type of the message (see the message levels section above).
tags: A string combining all the message’s tags (extra_tags and level_tag) separated by spaces.
extra_tags: A string containing custom tags for this message, separated by