public class Level
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Level |
ALL |
static Level |
DEBUG |
static Level |
ERROR |
static Level |
FATAL |
static Level |
INFO |
static Level |
OFF |
static Level |
TRACE |
static Level |
WARN |
| Constructor and Description |
|---|
Level(int level,
java.lang.String name) |
public static final Level OFF
public static final Level FATAL
public static final Level ERROR
public static final Level WARN
public static final Level INFO
public static final Level DEBUG
public static final Level TRACE
public static final Level ALL
public int compareTo(java.lang.Object o)
public int toInt()
public java.lang.String toString()
toString in class java.lang.Objectpublic static Level valueOf(java.lang.Integer level)
public static Level valueOf(java.lang.String name)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2000-2014 TIBCO Inc. All Rights Reserved.