public class WsLevel
extends java.util.logging.Level
Modifier and Type | Field and Description |
---|---|
static java.util.logging.Level |
AUDIT
AUDIT is in between INFO and WARNING
|
static java.util.logging.Level |
DETAIL
DETAIL is after CONFIG.
|
static java.util.logging.Level |
ERROR
ERROR is the same as SEVERE.
|
static java.util.logging.Level |
EVENT
EVENT is the same as FINE.
|
static java.util.logging.Level |
FATAL
FATAL is higher than SEVERE.
|
static int[] |
LEVEL_VALUES
Sorted array of level values
|
static java.util.logging.Level[] |
LEVELS
Sorted array of distinct levels.
|
Modifier and Type | Method and Description |
---|---|
static java.util.logging.Level |
parse(java.lang.String name)
This parse method is based on the Level.parse(String) method with the addition of
support for WebSphere type levels such as FATAL, AUDIT, and DETAIL.
|
public static final java.util.logging.Level FATAL
public static final java.util.logging.Level ERROR
public static final java.util.logging.Level AUDIT
public static final java.util.logging.Level EVENT
public static final java.util.logging.Level DETAIL
public static java.util.logging.Level[] LEVELS
public static int[] LEVEL_VALUES
public static java.util.logging.Level parse(java.lang.String name) throws java.lang.IllegalArgumentException, java.lang.NullPointerException
name
- name of a WebSphere Level or java.util.logging Level to be parsedjava.lang.IllegalArgumentException
java.lang.NullPointerException