Add setLogMask to FENBase. Make it return status.
In order to inherited classes to be able to use FrontEndBase log and set it, it needs either a public function for that or at least to put rmmLog in protected status instead of private.
I think using the function is more elegant, although bureaucratic.