Uses of Class
de.uniba.wiai.lspi.util.logging.Logger

Packages that use Logger
de.uniba.wiai.lspi.util.logging Wraps different logging APIs by providing a unified logging API. 
 

Uses of Logger in de.uniba.wiai.lspi.util.logging
 

Subclasses of Logger in de.uniba.wiai.lspi.util.logging
 class DummyLogger
          This is a dummy logger that does no logging.
 class Log4jLogger
          This is the standard logger for this framework.
 class SystemOutPrintlnLogger
          Logger, that logs to System.out.
 

Methods in de.uniba.wiai.lspi.util.logging that return Logger
static Logger Logger.getLogger(java.lang.Class _class)
           
static Logger Logger.getLogger(java.lang.String name)