public static enum LoggingAndProfiling.LogLevel extends Enum<LoggingAndProfiling.LogLevel>
Modifier and Type | Method and Description |
---|---|
static LoggingAndProfiling.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingAndProfiling.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoggingAndProfiling.LogLevel ALL
public static final LoggingAndProfiling.LogLevel DEBUG
public static final LoggingAndProfiling.LogLevel INFO
public static final LoggingAndProfiling.LogLevel WARN
public static final LoggingAndProfiling.LogLevel ERROR
public static final LoggingAndProfiling.LogLevel FATAL
public static LoggingAndProfiling.LogLevel[] values()
for (LoggingAndProfiling.LogLevel c : LoggingAndProfiling.LogLevel.values()) System.out.println(c);
public static LoggingAndProfiling.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–2020 Atlassian. All rights reserved.