Represents a basic message with log level information associated with it as well as text
Constructs a new BasicMessage with the given text and log level
Constructs an empty message with the highest log level (least verbose)
Returns the log level
Returns the text
Sets the log level
Sets the text
See Implementation
Represents a basic message with log level information associated with it as well as text