public class LogLevel extends XSDLevel
XSDLevel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.util.logging.Level |
CALL |
static java.util.logging.Level |
HIGH |
static java.util.logging.Level |
NONE |
static java.util.logging.Level |
STATUS |
Modifier | Constructor and Description |
---|---|
protected |
LogLevel(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 log level.
|
public static java.util.logging.Level NONE
public static java.util.logging.Level CALL
public static java.util.logging.Level STATUS
public static java.util.logging.Level HIGH
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