|
Log4j 1.3alpha-8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.log4j.Priority
Refrain from using this class directly, use the
Level
class instead.
Field Summary | |
static int |
ALL_INT
ALL level integer value. |
static Priority |
DEBUG
Deprecated. |
static int |
DEBUG_INT
DEBUG level integer value. |
static Priority |
ERROR
Deprecated. |
static int |
ERROR_INT
ERROR level integer value. |
static Priority |
FATAL
Deprecated. |
static int |
FATAL_INT
FATAL level integer value. |
static Priority |
INFO
Deprecated. |
static int |
INFO_INT
INFO level integer value. |
static int |
OFF_INT
OFF level integer value. |
static Priority |
WARN
Deprecated. |
static int |
WARN_INT
WARN level integer value. |
Constructor Summary | |
protected |
Priority()
Default constructor for deserialization. |
protected |
Priority(int level,
String levelStr,
int syslogEquivalent)
Instantiate a level object. |
Method Summary | |
boolean |
equals(Object o)
Two priorities are equal if their level fields are equal. |
static Priority[] |
getAllPossiblePriorities()
Deprecated. This method will be removed with no replacement. |
int |
getSyslogEquivalent()
Return the syslog equivalent of this priority as an integer. |
boolean |
isGreaterOrEqual(Priority r)
Returns true if this level has a higher or equal
level than the level passed as argument, false
otherwise. |
int |
toInt()
Returns the integer representation of this level. |
static Priority |
toPriority(int val)
Deprecated. |
static Priority |
toPriority(int val,
Priority defaultPriority)
Deprecated. |
static Priority |
toPriority(String sArg)
Deprecated. Please use the Level.toLevel(String) method instead.} |
static Priority |
toPriority(String sArg,
Priority defaultPriority)
Deprecated. |
String |
toString()
Returns the string representation of this priority. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int OFF_INT
public static final int FATAL_INT
public static final int ERROR_INT
public static final int WARN_INT
public static final int INFO_INT
public static final int DEBUG_INT
public static final int ALL_INT
public static final Priority FATAL
FATAL
level designates very severe error
events that will presumably lead the application to abort.public static final Priority ERROR
ERROR
level designates error events that
might still allow the application to continue running.public static final Priority WARN
WARN
level designates potentially harmful situations.public static final Priority INFO
INFO
level designates informational messages
that highlight the progress of the application at coarse-grained
level.public static final Priority DEBUG
DEBUG
priority designates fine-grained
informational events that are most useful to debug an
application.Constructor Detail |
protected Priority()
protected Priority(int level, String levelStr, int syslogEquivalent)
Method Detail |
public boolean equals(Object o)
equals
in class Object
public final int getSyslogEquivalent()
public boolean isGreaterOrEqual(Priority r)
true
if this level has a higher or equal
level than the level passed as argument, false
otherwise.
You should think twice before overriding the default
implementation of isGreaterOrEqual
method.
public static Priority[] getAllPossiblePriorities()
public final String toString()
toString
in class Object
public final int toInt()
public static Priority toPriority(String sArg)
Level.toLevel(String)
method instead.}
DEBUG
.public static Priority toPriority(int val)
DEBUG
.public static Priority toPriority(int val, Priority defaultPriority)
public static Priority toPriority(String sArg, Priority defaultPriority)
defaultPriority
.
|
Log4j 1.3alpha-8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |