org.opends.server.types
Class DebugLogLevel

java.lang.Object
  extended by org.opends.server.loggers.LogLevel
      extended by org.opends.server.types.DebugLogLevel

@PublicAPI(stability=VOLATILE,
           mayInstantiate=false,
           mayExtend=false,
           mayInvoke=true)
public class DebugLogLevel
extends LogLevel

Logging 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

VERBOSE

public static final LogLevel VERBOSE
The log level that will be used for verbose messages.


INFO

public static final LogLevel INFO
The log level that will be used for informational messages.


WARNING

public static final LogLevel WARNING
The log level that will be used for warning messages.


ERROR

public static final LogLevel ERROR
The log level that will be used for error messages.

Constructor Detail

DebugLogLevel

protected DebugLogLevel(java.lang.String name,
                        int value)
Constructor for the DebugLogLevel class.

Parameters:
name - The name of the level.
value - The value of the level.