Returns the array from the session
Since 1.0
array getMessageLog ()
Returns an array.
After we've added a session log using the addMessageLog function, running:
$this->APP->sml->getMessageLog();
Returns:
Array ( [0] => This is a test sml message. )