public class AuditLevel extends Priority implements Serializable
Priority to satisfy R7 LogLevel.AUDIT level. The confusing part is
that Log4J1 has Priority.OFF_INT of higher value than Priority.FATAL_INT.| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Level |
AUDIT
The
AUDIT has the highest rank/priority and is intended to mean log always. |
| Constructor and Description |
|---|
AuditLevel() |
equals, getAllPossiblePriorities, getSyslogEquivalent, isGreaterOrEqual, toInt, toPriority, toPriority, toPriority, toPriority, toStringpublic static final org.apache.log4j.Level AUDIT
The AUDIT has the highest rank/priority and is intended to mean log always.
Priority.isGreaterOrEqual(Priority) returns true even when comparing with Level.OFF
Copyright © 2006–2023 OPS4J - Open Participation Software for Java. All rights reserved.