public static enum LogContext.Method extends Enum<LogContext.Method>
| Modifier and Type | Method and Description |
|---|---|
Level |
failedLevel() |
Level |
startingLevel() |
Level |
succeededLevel() |
static LogContext.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogContext.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogContext.Method perform
public static final LogContext.Method revert
public Level failedLevel()
public Level startingLevel()
public Level succeededLevel()
public static LogContext.Method 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 static LogContext.Method[] values()
for (LogContext.Method c : LogContext.Method.values()) System.out.println(c);
Copyright © 2013–2015 Schlichtherle IT Services. All rights reserved.