de.unikassel.android.sdcframework.preferences
Class LogLevelConfigurationImpl

Package class diagram package LogLevelConfigurationImpl
java.lang.Object
  extended by de.unikassel.android.sdcframework.preferences.LogLevelConfigurationImpl
All Implemented Interfaces:
Configuration, LogLevelConfiguration

public class LogLevelConfigurationImpl
extends Object
implements LogLevelConfiguration

Implementation of the configuration for the log level.


Field Summary
private  LogLevel level
          The log level value of the configuration
 
Constructor Summary
private LogLevelConfigurationImpl()
          Constructor
  LogLevelConfigurationImpl(LogLevel level)
          Constructor
 
Method Summary
 LogLevel getLogLevel()
          Getter for the changed log level
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

private final LogLevel level
The log level value of the configuration

Constructor Detail

LogLevelConfigurationImpl

private LogLevelConfigurationImpl()
Constructor


LogLevelConfigurationImpl

public LogLevelConfigurationImpl(LogLevel level)
Constructor

Parameters:
level - the value for the log level change
Method Detail

getLogLevel

public final LogLevel getLogLevel()
Description copied from interface: LogLevelConfiguration
Getter for the changed log level

Specified by:
getLogLevel in interface LogLevelConfiguration
Returns:
the new log level