Package de.uniba.wiai.lspi.util.logging

Wraps different logging APIs by providing a unified logging API.

See:
          Description

Class Summary
DummyLogger This is a dummy logger that does no logging.
Log4jLogger This is the standard logger for this framework.
Logger This class is the abstract class to be implemented by a logger that should be used within the framework.
SystemOutPrintlnLogger Logger, that logs to System.out.
 

Enum Summary
Logger.LogLevel  
 

Package de.uniba.wiai.lspi.util.logging Description

Wraps different logging APIs by providing a unified logging API.