|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.basistech.LoggingChannels
public class LoggingChannels
Class used to define logging constants.
Field Summary | |
---|---|
static int |
ERROR_CHANNEL
Numeric ID for the error logging channel. |
static int |
INFO_CHANNEL
Numeric ID for the info logging channel. |
static int |
MEMORY_CHANNEL
Numeric ID for the memory logging channel. |
static int |
PERFORMANCE_CHANNEL
Numeric ID for the performance logging channel. |
static int |
WARNING_CHANNEL
Numeric ID for the warning logging channel. |
Constructor Summary | |
---|---|
LoggingChannels()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int WARNING_CHANNEL
public static final int ERROR_CHANNEL
public static final int INFO_CHANNEL
public static final int MEMORY_CHANNEL
public static final int PERFORMANCE_CHANNEL
Constructor Detail |
---|
public LoggingChannels()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |