public static enum OETLProcessor.LOG_LEVELS extends Enum<OETLProcessor.LOG_LEVELS>
Modifier and Type | Method and Description |
---|---|
Level |
toJulLevel() |
static OETLProcessor.LOG_LEVELS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OETLProcessor.LOG_LEVELS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OETLProcessor.LOG_LEVELS NONE
public static final OETLProcessor.LOG_LEVELS ERROR
public static final OETLProcessor.LOG_LEVELS INFO
public static final OETLProcessor.LOG_LEVELS DEBUG
public static OETLProcessor.LOG_LEVELS[] values()
for (OETLProcessor.LOG_LEVELS c : OETLProcessor.LOG_LEVELS.values()) System.out.println(c);
public static OETLProcessor.LOG_LEVELS 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 nullpublic Level toJulLevel()
Copyright © 2009–2020 OrientDB. All rights reserved.