public class TraceLevel extends XSDLevel
XSDLevel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.util.logging.Level |
DETAIL
Defined in TraceLevel class with a vlaue of 100.
|
static java.util.logging.Level |
ENTER
Defined in TraceLevel class with a vlaue of 800.
|
static java.util.logging.Level |
EXIT
Defined in TraceLevel class with a vlaue of 700.
|
static java.util.logging.Level |
FLOW
Defined in TraceLevel class with a vlaue of 200.
|
static java.util.logging.Level |
FLOW_PARAMETER
Defined in TraceLevel class with a vlaue of 300.
|
static java.util.logging.Level |
MAIN_POINT
Defined in TraceLevel class with a vlaue of 500.
|
static java.util.logging.Level |
MORE_POINT
Defined in TraceLevel class with a vlaue of 400.
|
static java.util.logging.Level |
NONE
Defined in TraceLevel class with a vlaue of 900.
|
static java.util.logging.Level |
PARAMETER
Defined in TraceLevel class with a vlaue of 600.
|
static java.util.logging.Level |
RESULT
Defined in TraceLevel class with a vlaue of 0.
|
Modifier | Constructor and Description |
---|---|
protected |
TraceLevel(java.lang.String name,
int value) |
Modifier and Type | Method and Description |
---|---|
static java.util.logging.Level |
getLevel(XSDContextIF ctx,
java.lang.String level)
Get the trace level.
|
public static java.util.logging.Level NONE
public static java.util.logging.Level ENTER
public static java.util.logging.Level EXIT
public static java.util.logging.Level PARAMETER
public static java.util.logging.Level MAIN_POINT
public static java.util.logging.Level MORE_POINT
public static java.util.logging.Level FLOW_PARAMETER
public static java.util.logging.Level FLOW
public static java.util.logging.Level DETAIL
public static java.util.logging.Level RESULT
public static java.util.logging.Level getLevel(XSDContextIF ctx, java.lang.String level) throws java.lang.NoSuchFieldException, java.lang.IllegalAccessException
java.lang.NoSuchFieldException
java.lang.IllegalAccessException