Uses of Enum Class
it.ipzs.cieid.Logger.LogLevel
Packages that use Logger.LogLevel
-
Uses of Logger.LogLevel in it.ipzs.cieid
Subclasses with type arguments of type Logger.LogLevel in it.ipzs.cieidFields in it.ipzs.cieid declared as Logger.LogLevelModifier and TypeFieldDescriptionprivate Logger.LogLevelMainFrame.LogLevelConfig.appstatic Logger.LogLevelLogger.defaultLogLevelprivate Logger.LogLevelLogger.levelprivate Logger.LogLevelMainFrame.LogLevelConfig.libMethods in it.ipzs.cieid that return Logger.LogLevelModifier and TypeMethodDescriptionLogger.getLevel()static Logger.LogLevelLogger.LogLevel.getLevelFromInteger(Integer value) static Logger.LogLevelReturns 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 LoggerLogger.getInstance(Logger.LogLevel logLevel) private voidLogger.Log(String message, Logger.LogLevel messageLevel) voidLogger.setLevel(Logger.LogLevel level) Constructors in it.ipzs.cieid with parameters of type Logger.LogLevelModifierConstructorDescriptionprivateLogger(Logger.LogLevel logLevel) LogLevelConfig(Logger.LogLevel appLevel, Logger.LogLevel libLevel)