Uses of Class
it.ipzs.cieid.Logger.LogLevel
-
Packages that use Logger.LogLevel Package Description it.ipzs.cieid -
-
Uses of Logger.LogLevel in it.ipzs.cieid
Fields in it.ipzs.cieid declared as Logger.LogLevel Modifier and Type Field Description private Logger.LogLevelMainFrame.LogLevelConfig. appstatic Logger.LogLevelLogger. defaultLogLevelprivate Logger.LogLevelLogger. levelprivate Logger.LogLevelMainFrame.LogLevelConfig. libMethods in it.ipzs.cieid that return Logger.LogLevel Modifier and Type Method Description Logger.LogLevelLogger. getLevel()static Logger.LogLevelLogger.LogLevel. getLevelFromInteger(java.lang.Integer value)static Logger.LogLevelLogger.LogLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Logger.LogLevel[]Logger.LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in it.ipzs.cieid with parameters of type Logger.LogLevel Modifier and Type Method Description static LoggerLogger. getInstance(Logger.LogLevel logLevel)private voidLogger. Log(java.lang.String message, Logger.LogLevel messageLevel)voidLogger. setLevel(Logger.LogLevel level)Constructors in it.ipzs.cieid with parameters of type Logger.LogLevel Constructor Description Logger(Logger.LogLevel logLevel)LogLevelConfig(Logger.LogLevel appLevel, Logger.LogLevel libLevel)
-