A message that consists of a log_level and a string payload.
class simple message
implements log message
private string the string
simple message(log level the level, string the string)
this • the level = the level
this • the string = the string