public class Log4jLevel extends Level
| Modifier and Type | Field and Description |
|---|---|
static Log4jLevel |
SERVICE |
(package private) static int |
SERVICE_INT |
| Modifier | Constructor and Description |
|---|---|
protected |
Log4jLevel(int level,
String strLevel,
int syslogEquiv) |
| Modifier and Type | Method and Description |
|---|---|
static Priority[] |
getAllPossibleLog4jPriorities() |
static Level |
toLevel(int i) |
static Level |
toLevel(String sArg) |
static Level |
toLog4jLevel(String sArg) |
equals, getAllPossiblePriorities, getSyslogEquivalent, isGreaterOrEqual, toInt, toPriority, toPriority, toPriority, toPriority, toStringstatic final int SERVICE_INT
public static final Log4jLevel SERVICE
protected Log4jLevel(int level,
String strLevel,
int syslogEquiv)
public static Level toLevel(int i) throws IllegalArgumentException
IllegalArgumentExceptionpublic static Priority[] getAllPossibleLog4jPriorities()
MMBase2 Utils 2.0.0 - 2019-08-08T23:20