|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.loggers.LogLevel
org.opends.server.types.DebugLogLevel
@PublicAPI(stability=VOLATILE,
mayInstantiate=false,
mayExtend=false,
mayInvoke=true)
public class DebugLogLevelLogging levels for the debug log messages.
| Field Summary | |
|---|---|
static LogLevel |
ERROR
The log level that will be used for error messages. |
static LogLevel |
INFO
The log level that will be used for informational messages. |
static LogLevel |
VERBOSE
The log level that will be used for verbose messages. |
static LogLevel |
WARNING
The log level that will be used for warning messages. |
| Fields inherited from class org.opends.server.loggers.LogLevel |
|---|
ALL, DISABLED |
| Constructor Summary | |
|---|---|
protected |
DebugLogLevel(java.lang.String name,
int value)
Constructor for the DebugLogLevel class. |
| Method Summary |
|---|
| Methods inherited from class org.opends.server.loggers.LogLevel |
|---|
equals, getLevelStrings, getName, hashCode, intValue, parse, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final LogLevel VERBOSE
public static final LogLevel INFO
public static final LogLevel WARNING
public static final LogLevel ERROR
| Constructor Detail |
|---|
protected DebugLogLevel(java.lang.String name,
int value)
name - The name of the level.value - The value of the level.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||