com.adobe.dct.exception
Class LogLevels

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.dct.exception.LogLevels
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class LogLevels
extends java.lang.Enum

This defines the logging levels in data dictionary.

See Also:
Serialized Form

Field Summary
static LogLevels LOG_DEBUG
           
static LogLevels LOG_ERROR
           
static LogLevels LOG_FATAL
           
static LogLevels LOG_INFO
           
static LogLevels LOG_TRACE
           
static LogLevels LOG_WARN
           
 
Method Summary
static LogLevels valueOf(java.lang.String name)
           
static LogLevels[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LOG_FATAL

public static final LogLevels LOG_FATAL

LOG_ERROR

public static final LogLevels LOG_ERROR

LOG_WARN

public static final LogLevels LOG_WARN

LOG_INFO

public static final LogLevels LOG_INFO

LOG_DEBUG

public static final LogLevels LOG_DEBUG

LOG_TRACE

public static final LogLevels LOG_TRACE
Method Detail

values

public static LogLevels[] values()

valueOf

public static LogLevels valueOf(java.lang.String name)


[an error occurred while processing this directive] [an error occurred while processing this directive]