Uses of Class
de.tub.citydb.api.log.LogLevel

Packages that use LogLevel
de.tub.citydb.api.controller   
de.tub.citydb.api.log   
 

Uses of LogLevel in de.tub.citydb.api.controller
 

Methods in de.tub.citydb.api.controller that return LogLevel
 LogLevel LogController.getDefaultConsoleLogLevel()
           
 LogLevel LogController.getDefaultFileLogLevel()
           
 

Methods in de.tub.citydb.api.controller with parameters of type LogLevel
 void LogController.all(LogLevel level, java.lang.String message)
           
 void LogController.log(LogLevel level, java.lang.String msg)
           
 

Uses of LogLevel in de.tub.citydb.api.log
 

Methods in de.tub.citydb.api.log that return LogLevel
static LogLevel LogLevel.fromValue(java.lang.String v)
           
static LogLevel LogLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogLevel[] LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.