Uses of Class
synergynetframework.config.logging.LoggingConfigPrefsItem.LoggingLevel

Packages that use LoggingConfigPrefsItem.LoggingLevel
synergynetframework.config.logging   
 

Uses of LoggingConfigPrefsItem.LoggingLevel in synergynetframework.config.logging
 

Methods in synergynetframework.config.logging that return LoggingConfigPrefsItem.LoggingLevel
 LoggingConfigPrefsItem.LoggingLevel LoggingConfigPrefsItem.getLoggingLevel()
          Gets the logging level.
static LoggingConfigPrefsItem.LoggingLevel LoggingConfigPrefsItem.LoggingLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LoggingConfigPrefsItem.LoggingLevel[] LoggingConfigPrefsItem.LoggingLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in synergynetframework.config.logging with parameters of type LoggingConfigPrefsItem.LoggingLevel
 void LoggingConfigPrefsItem.setLoggingLevel(LoggingConfigPrefsItem.LoggingLevel loggingLevel)
          Sets the logging level.