|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.loggers.LogCategory
org.opends.server.types.DebugLogCategory
@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public final class DebugLogCategory
Logging categories for the debug log messages.
Field Summary | |
---|---|
static LogCategory |
CAUGHT
The log category that will be used for caught exception messages. |
static LogCategory |
CONSTRUCTOR
The log category that will be used for constructor messages. |
static LogCategory |
DATA
The log category that will be used for raw data read messages. |
static LogCategory |
DATABASE_ACCESS
The log category that will be used for raw data access from the JE database messages. |
static LogCategory |
ENTER
The log category that will be used for method entry messages. |
static LogCategory |
EXIT
The log category that will be used for method exit messages. |
static LogCategory |
MESSAGE
The log category that will be used for general debug messages. |
static LogCategory |
PROTOCOL
The log category that will be used for protocol elements messages. |
static LogCategory |
THROWN
The log category that will be used for thrown exception messages. |
Constructor Summary | |
---|---|
DebugLogCategory(java.lang.String name)
Constructor for the DebugLogCategory class. |
Method Summary |
---|
Methods inherited from class org.opends.server.loggers.LogCategory |
---|
getName, parse, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LogCategory MESSAGE
public static final LogCategory CONSTRUCTOR
public static final LogCategory DATA
public static final LogCategory THROWN
public static final LogCategory CAUGHT
public static final LogCategory ENTER
public static final LogCategory EXIT
public static final LogCategory PROTOCOL
public static final LogCategory DATABASE_ACCESS
Constructor Detail |
---|
public DebugLogCategory(java.lang.String name)
name
- The name of the level.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |