Returns the most recent message from the log
Since 1.0
mixed getMostRecentMessage ()
Returns a string.
If we call this function after using our addMessageLog method:
$this->APP->sml->getMostRecentMessage();
A string is returned:
'This is a phpunit sml message.'