public final class EventSeverity extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static EventSeverity |
ERROR
error level
|
static EventSeverity |
FATAL
fatal error
|
static EventSeverity |
INFO
info level
|
static EventSeverity |
WARN
warning level
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
static EventSeverity |
valueOf(String name)
Returns the enumeration/singleton object based on its name.
|
public static final EventSeverity INFO
public static final EventSeverity WARN
public static final EventSeverity ERROR
public static final EventSeverity FATAL
public String getName()
public static EventSeverity valueOf(String name)
name - the name of the enumeration valueCopyright © 2023 Apache Software Foundation. All rights reserved.