|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DebugTargetCfgDefn.DebugLevel>
org.opends.server.admin.std.meta.DebugTargetCfgDefn.DebugLevel
public static enum DebugTargetCfgDefn.DebugLevel
Defines the set of permissable values for the "debug-level" property.
Specifies the lowest severity level of debug messages to log.
Enum Constant Summary | |
---|---|
ALL
Messages with any severity level are logged. |
|
DISABLED
No messages are logged. |
|
ERROR
Messages with severity level of ERROR or higher are logged. |
|
INFO
Messages with severity level of INFO or higher are logged. |
|
VERBOSE
Messages with severity level of VERBOSE or higher are logged. |
|
WARNING
Messages with severity level of WARNING or higher are logged. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static DebugTargetCfgDefn.DebugLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DebugTargetCfgDefn.DebugLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DebugTargetCfgDefn.DebugLevel ALL
public static final DebugTargetCfgDefn.DebugLevel DISABLED
public static final DebugTargetCfgDefn.DebugLevel ERROR
public static final DebugTargetCfgDefn.DebugLevel INFO
public static final DebugTargetCfgDefn.DebugLevel VERBOSE
public static final DebugTargetCfgDefn.DebugLevel WARNING
Method Detail |
---|
public static DebugTargetCfgDefn.DebugLevel[] values()
for (DebugTargetCfgDefn.DebugLevel c : DebugTargetCfgDefn.DebugLevel.values()) System.out.println(c);
public static DebugTargetCfgDefn.DebugLevel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<DebugTargetCfgDefn.DebugLevel>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |