public synchronized boolean isLoggable(MLevel l) {
   return (l.intValue() >= cutoffLevel.intValue());
 }