public static enum Log4J2Logger.LogLevel extends Enum<Log4J2Logger.LogLevel>
Enum Constant and Description |
---|
ALL |
DEBUG |
ERROR |
FATAL |
INFO |
OFF |
TRACE |
WARN |
Modifier and Type | Method and Description |
---|---|
static Log4J2Logger.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Log4J2Logger.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Log4J2Logger.LogLevel OFF
public static final Log4J2Logger.LogLevel FATAL
public static final Log4J2Logger.LogLevel ERROR
public static final Log4J2Logger.LogLevel WARN
public static final Log4J2Logger.LogLevel INFO
public static final Log4J2Logger.LogLevel DEBUG
public static final Log4J2Logger.LogLevel TRACE
public static final Log4J2Logger.LogLevel ALL
public static Log4J2Logger.LogLevel[] values()
for (Log4J2Logger.LogLevel c : Log4J2Logger.LogLevel.values()) System.out.println(c);
public static Log4J2Logger.LogLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences