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

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

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

Methods in de.uniba.wiai.lspi.util.logging that return Logger.LogLevel
static Logger.LogLevel Logger.LogLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Logger.LogLevel[] Logger.LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.uniba.wiai.lspi.util.logging with parameters of type Logger.LogLevel
 boolean SystemOutPrintlnLogger.isEnabledFor(Logger.LogLevel l)
           
abstract  boolean Logger.isEnabledFor(Logger.LogLevel l)
           
 boolean Log4jLogger.isEnabledFor(Logger.LogLevel l)
           
 boolean DummyLogger.isEnabledFor(Logger.LogLevel l)