This logger forwards log requests to an MBean, that must have an operation with signature
public void log(int priority, Object message, Throwable exception);
It's used by the ModelMBean implementation.
Since the constructor takes parameters, cannot be used as prototype for logging redirection.
@version $Revision: 1.7 $