Uses of Enum
de.xima.fc.setup.model.log.ELogLevel
Packages that use ELogLevel
Package
Description
Package with models for the configuration of loggers
-
Uses of ELogLevel in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return ELogLevel -
Uses of ELogLevel in de.xima.fc.setup.model.log
Methods in de.xima.fc.setup.model.log that return ELogLevelModifier and TypeMethodDescriptionstatic ELogLevel
ELogLevel.fromString
(String level) Deprecated.Determine log-level by the givenString
XLogger.getLogLevel()
Deprecated.static ELogLevel
Deprecated.Returns the enum constant of this type with the specified name.static ELogLevel[]
ELogLevel.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.setup.model.log with parameters of type ELogLevelConstructors in de.xima.fc.setup.model.log with parameters of type ELogLevel