public final class AlertLevel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static AlertLevel |
ERROR
An alert of this level should be issued when a fatal error occurs.
|
static AlertLevel |
INFORMATIONAL
An alert of this level should be issued when a major informational event occurs (e.g.
|
static AlertLevel |
WARNING
An alert of this level should be issued to signal a potentially upcoming error alert.
|
public static final AlertLevel ERROR
public static final AlertLevel WARNING
public static final AlertLevel INFORMATIONAL