Message represents the textual content of the log entry. Each String represents a line in the message. While
the EventFormatter will ultimately decide how the message is rendered, it is customary to separate the "lines"
of the Message with line breaks (hence the name). You don't normally need to create instances of this class
directly but can use the implicits defined in the Logging object.
Message represents the textual content of the log entry. Each String represents a line in the message. While the EventFormatter will ultimately decide how the message is rendered, it is customary to separate the "lines" of the Message with line breaks (hence the name). You don't normally need to create instances of this class directly but can use the implicits defined in the Logging object.