|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ErrorLogPublisherCfgDefn.DefaultSeverity>
org.opends.server.admin.std.meta.ErrorLogPublisherCfgDefn.DefaultSeverity
public static enum ErrorLogPublisherCfgDefn.DefaultSeverity
Defines the set of permissable values for the "default-severity" property.
Specifies the default severity levels for the logger.
Enum Constant Summary | |
---|---|
ALL
Messages of all severity levels are logged. |
|
DEBUG
The error log severity that is used for messages that provide debugging information triggered during processing. |
|
FATAL_ERROR
The error log severity that is used for messages that provide information about fatal errors which may force the server to shut down or operate in a significantly degraded state. |
|
INFO
The error log severity that is used for messages that provide information about significant events within the server that are not warnings or errors. |
|
MILD_ERROR
The error log severity that is used for messages that provide information about mild (recoverable) errors encountered during processing. |
|
MILD_WARNING
The error log severity that is used for messages that provide information about mild warnings triggered during processing. |
|
NONE
No messages of any severity are logged by default. |
|
NOTICE
The error log severity that is used for the most important informational messages (i.e., information that should almost always be logged but is not associated with a warning or error condition). |
|
SEVERE_ERROR
The error log severity that is used for messages that provide information about severe errors encountered during processing. |
|
SEVERE_WARNING
The error log severity that is used for messages that provide information about severe warnings triggered during processing. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static ErrorLogPublisherCfgDefn.DefaultSeverity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ErrorLogPublisherCfgDefn.DefaultSeverity[] |
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 ErrorLogPublisherCfgDefn.DefaultSeverity ALL
public static final ErrorLogPublisherCfgDefn.DefaultSeverity DEBUG
public static final ErrorLogPublisherCfgDefn.DefaultSeverity FATAL_ERROR
public static final ErrorLogPublisherCfgDefn.DefaultSeverity INFO
public static final ErrorLogPublisherCfgDefn.DefaultSeverity MILD_ERROR
public static final ErrorLogPublisherCfgDefn.DefaultSeverity MILD_WARNING
public static final ErrorLogPublisherCfgDefn.DefaultSeverity NONE
public static final ErrorLogPublisherCfgDefn.DefaultSeverity NOTICE
public static final ErrorLogPublisherCfgDefn.DefaultSeverity SEVERE_ERROR
public static final ErrorLogPublisherCfgDefn.DefaultSeverity SEVERE_WARNING
Method Detail |
---|
public static ErrorLogPublisherCfgDefn.DefaultSeverity[] values()
for (ErrorLogPublisherCfgDefn.DefaultSeverity c : ErrorLogPublisherCfgDefn.DefaultSeverity.values()) System.out.println(c);
public static ErrorLogPublisherCfgDefn.DefaultSeverity 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<ErrorLogPublisherCfgDefn.DefaultSeverity>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |