|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsears.tools.Trace
public class Trace
Class Trace.
Summary:
A class to show soft traces.
Field Summary | |
---|---|
static int |
ALGO_PRIORITY
|
static int |
DISPLAY_TRACE_LEVEL
|
static int |
ERROR_PRIORITY
|
static int |
MESSAGE_PRIORITY
|
static int |
METHOD_PRIORITY
|
static int |
WARNING_PRIORITY
|
Constructor Summary | |
---|---|
Trace()
Constructor Trace. |
Method Summary | |
---|---|
static void |
error(java.lang.String message)
Method trace. |
static void |
trace(java.lang.String message)
Method trace. |
static void |
trace(java.lang.String message,
int level)
Method trace. |
static void |
warning(java.lang.String message)
Method trace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ERROR_PRIORITY
public static final int WARNING_PRIORITY
public static final int MESSAGE_PRIORITY
public static final int METHOD_PRIORITY
public static final int ALGO_PRIORITY
public static int DISPLAY_TRACE_LEVEL
Constructor Detail |
---|
public Trace()
Method Detail |
---|
public static void trace(java.lang.String message, int level)
message
- The message to display.level
- The message level.public static void trace(java.lang.String message)
message
- The message to trace.public static void warning(java.lang.String message)
message
- The message to trace.public static void error(java.lang.String message)
message
- The message to trace.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |