|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.utilities.logging.Level
public class Level
| Field Summary | |
|---|---|
static int |
DEBUG
this level is used for logging debug information |
static int |
DISABLED
This level disables logging |
static int |
ERROR
This level is used to log errors and non fatal exceptions. |
static int |
FATAL
This level is used for logging fatal exceptions and errors |
static int |
INFO
this level is used for looging general information |
static int |
TRACE
this level is used for tracing |
static int |
WARN
this level is used for logging warnings |
| Constructor Summary | |
|---|---|
Level()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DISABLED
public static final int FATAL
public static final int ERROR
public static final int WARN
public static final int INFO
public static final int DEBUG
public static final int TRACE
| Constructor Detail |
|---|
public Level()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||