Package jadx.cli
Enum LogHelper.LogLevelEnum
- All Implemented Interfaces:
Serializable,Comparable<LogHelper.LogLevelEnum>
- Enclosing class:
LogHelper
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionch.qos.logback.classic.LevelgetLevel()static LogHelper.LogLevelEnumReturns the enum constant of this type with the specified name.static LogHelper.LogLevelEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
QUIET
-
PROGRESS
-
ERROR
-
WARN
-
INFO
-
DEBUG
-
-
Field Details
-
level
private final ch.qos.logback.classic.Level level
-
-
Constructor Details
-
LogLevelEnum
private LogLevelEnum(ch.qos.logback.classic.Level level)
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getLevel
public ch.qos.logback.classic.Level getLevel()
-