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.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.LogLevel Modifier and Type Method Description Logger.LogLevel
Logger. getLevel()
static Logger.LogLevel
Logger.LogLevel. getLevelFromInteger(java.lang.Integer value)
static Logger.LogLevel
Logger.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 Logger
Logger. getInstance(Logger.LogLevel logLevel)
private void
Logger. Log(java.lang.String message, Logger.LogLevel messageLevel)
void
Logger. 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)
-