Package | Description |
---|---|
org.apache.logging.log4j.core.net |
Log4j 2 network support.
|
Modifier and Type | Field and Description |
---|---|
private Severity |
Priority.severity |
Modifier and Type | Method and Description |
---|---|
Severity |
Priority.getSeverity()
Returns the Severity.
|
static Severity |
Severity.getSeverity(Level level)
Returns the Severity for the specified Level.
|
static Severity |
Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static int |
Priority.toPriority(Facility aFacility,
Severity aSeverity) |
Constructor and Description |
---|
Priority(Facility facility,
Severity severity)
The Constructor.
|