|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arjuna.common.util.logging.FacilityCode
public class FacilityCode
The FacilityCode class provides default finer facilitycode value to determine if finer debugging is allowed or not. The various levels of common debugging that are available:
FAC_NONE = 0x00000000(no facility).
FAC_ALL = 0xffffffff(output all facility codes).
Field Summary | |
---|---|
static long |
FAC_ALL
|
static long |
FAC_NONE
|
Constructor Summary | |
---|---|
FacilityCode()
|
Method Summary | |
---|---|
long |
getLevel(java.lang.String level)
|
java.lang.String |
printString(long level)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long FAC_NONE
public static final long FAC_ALL
Constructor Detail |
---|
public FacilityCode()
Method Detail |
---|
public long getLevel(java.lang.String level)
level
- is the string representation of the Level
public java.lang.String printString(long level)
level
- is the value of the provided Level
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |