edu.uci.ics.dillenco.util
Class MinLogger

java.lang.Object
  extended by edu.uci.ics.dillenco.util.MinLogger

public class MinLogger
extends Object

This class provides a minimal logger


Constructor Summary
MinLogger()
           
MinLogger(Level level)
           
 
Method Summary
 void logFine(String format, Object... args)
           
 void logFiner(String format, Object... args)
           
 boolean loggingAt(Level level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinLogger

public MinLogger(Level level)

MinLogger

public MinLogger()
Method Detail

logFine

public void logFine(String format,
                    Object... args)

logFiner

public void logFiner(String format,
                     Object... args)

loggingAt

public boolean loggingAt(Level level)