예제 #1
0
 public synchronized boolean isLoggable(MLevel l) {
   return (l.intValue() >= cutoffLevel.intValue());
 }