public enum AtomikosLoggingLevel extends Enum<AtomikosLoggingLevel>
AtomikosProperties
Enum Constant and Description |
---|
DEBUG
Debug Level.
|
INFO
Info Level.
|
WARN
Warning Level.
|
Modifier and Type | Method and Description |
---|---|
static AtomikosLoggingLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomikosLoggingLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomikosLoggingLevel DEBUG
public static final AtomikosLoggingLevel INFO
public static final AtomikosLoggingLevel WARN
public static AtomikosLoggingLevel[] values()
for (AtomikosLoggingLevel c : AtomikosLoggingLevel.values()) System.out.println(c);
public static AtomikosLoggingLevel 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 © 2019 Pivotal Software, Inc.. All rights reserved.