Package org.apache.log4j
Class AuditLevel
- java.lang.Object
-
- org.apache.log4j.Priority
-
- org.apache.log4j.AuditLevel
-
- All Implemented Interfaces:
Serializable
public class AuditLevel extends Priority implements Serializable
An implementation of Log4J1'sPriorityto satisfy R7LogLevel.AUDITlevel. The confusing part is that Log4J1 hasPriority.OFF_INTof higher value thanPriority.FATAL_INT.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.log4j.LevelAUDITTheAUDIThas the highest rank/priority and is intended to mean log always.
-
Constructor Summary
Constructors Constructor Description AuditLevel()
-
Method Summary
-
Methods inherited from class org.apache.log4j.Priority
equals, getAllPossiblePriorities, getSyslogEquivalent, isGreaterOrEqual, toInt, toPriority, toPriority, toPriority, toPriority, toString
-
-
-
-
Field Detail
-
AUDIT
public static final org.apache.log4j.Level AUDIT
The
AUDIThas the highest rank/priority and is intended to mean log always.Priority.isGreaterOrEqual(Priority)returnstrueeven when comparing withLevel.OFF
-
-