public final class TraceLevel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TraceLevel |
BASIC
Trace level representing basic level of tracing
|
static TraceLevel |
FINE
Trace level representing fine level of tracing
|
static TraceLevel |
FINER
Trace level representing a finer level of tracing
|
static TraceLevel |
FINEST
Trace level representing the finest level at which to trace
|
static TraceLevel |
NONE
Trace level representing no tracing
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFinerThan(TraceLevel otherLevel)
Return whether or not this level is at least as fine as the given level.
|
public static final TraceLevel NONE
public static final TraceLevel BASIC
public static final TraceLevel FINE
public static final TraceLevel FINER
public static final TraceLevel FINEST
public boolean isFinerThan(TraceLevel otherLevel)
otherLevel - the level to compare this level to