com.adobe.solutions.sne
Class LogLevels

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.solutions.sne.LogLevels
All Implemented Interfaces:
Serializable, Comparable

public final class LogLevels
extends Enum

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_WARN
           
 
Method Summary
static LogLevels valueOf(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
Method Detail

values

public static LogLevels[] values()

valueOf

public static LogLevels valueOf(String name)


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