Uses of Enum Class
it.ipzs.cieid.Logger.LogLevel
Packages that use Logger.LogLevel
-
Uses of Logger.LogLevel in it.ipzs.cieid
Fields in it.ipzs.cieid declared as Logger.LogLevelModifier and TypeFieldDescriptionprivate Logger.LogLevel
MainFrame.LogLevelConfig.app
static Logger.LogLevel
Logger.defaultLogLevel
private Logger.LogLevel
Logger.level
private Logger.LogLevel
MainFrame.LogLevelConfig.lib
Methods in it.ipzs.cieid that return Logger.LogLevelModifier and TypeMethodDescriptionLogger.getLevel()
static Logger.LogLevel
Logger.LogLevel.getLevelFromInteger
(Integer value) static Logger.LogLevel
Returns the enum constant of this class with the specified name.static Logger.LogLevel[]
Logger.LogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.ipzs.cieid with parameters of type Logger.LogLevelModifier and TypeMethodDescriptionstatic Logger
Logger.getInstance
(Logger.LogLevel logLevel) private void
Logger.Log
(String message, Logger.LogLevel messageLevel) void
Logger.setLevel
(Logger.LogLevel level) Constructors in it.ipzs.cieid with parameters of type Logger.LogLevelModifierConstructorDescriptionprivate
Logger
(Logger.LogLevel logLevel) LogLevelConfig
(Logger.LogLevel appLevel, Logger.LogLevel libLevel)