public enum PersistitLevel extends Enum<PersistitLevel>
Enum Constant and Description |
---|
DEBUG |
ERROR |
INFO |
NONE |
TRACE |
WARNING |
Modifier and Type | Method and Description |
---|---|
static PersistitLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistitLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersistitLevel NONE
public static final PersistitLevel TRACE
public static final PersistitLevel DEBUG
public static final PersistitLevel INFO
public static final PersistitLevel WARNING
public static final PersistitLevel ERROR
public static PersistitLevel[] values()
for (PersistitLevel c : PersistitLevel.values()) System.out.println(c);
public static PersistitLevel 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 © 2025 Open Identity Platform Community. All rights reserved.