Package overit.geocall.util.log
Enum Class LogLevel
- All Implemented Interfaces:
Serializable,Comparable<LogLevel>,Constable
Deprecated.
This enum is aimed to guarantee retrocompatibility with the old version of LogLevel class
which extended the log4j v1 Level class. For the version 2 of log4j Level class is declared as final
so the LogLevel class can be annotated as @Deprecated
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
FATAL
Deprecated. -
OFF
Deprecated. -
ERROR
Deprecated. -
WARN
Deprecated. -
INFO
Deprecated. -
DEBUG
Deprecated. -
TRACE
Deprecated. -
ALL
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
get
Deprecated.
-