|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Facility | |
---|---|
org.apache.logging.log4j.core.layout | Log4j 2.0 Layout support. |
org.apache.logging.log4j.core.net | Log4j 2.0 network support. |
Uses of Facility in org.apache.logging.log4j.core.layout |
---|
Constructors in org.apache.logging.log4j.core.layout with parameters of type Facility | |
---|---|
SyslogLayout(Facility facility,
boolean includeNL,
Charset c)
|
Uses of Facility in org.apache.logging.log4j.core.net |
---|
Methods in org.apache.logging.log4j.core.net that return Facility | |
---|---|
Facility |
Priority.getFacility()
Returns the Facility. |
static Facility |
Facility.toFacility(String name)
Returns the Facility for the given string. |
static Facility |
Facility.toFacility(String name,
Facility defaultFacility)
Returns the Facility for the given string. |
static Facility |
Facility.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Facility[] |
Facility.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.logging.log4j.core.net with parameters of type Facility | |
---|---|
static int |
Priority.getPriority(Facility facility,
org.apache.logging.log4j.Level level)
Returns the priority value based on the Facility and Log Level. |
static Facility |
Facility.toFacility(String name,
Facility defaultFacility)
Returns the Facility for the given string. |
Constructors in org.apache.logging.log4j.core.net with parameters of type Facility | |
---|---|
Priority(Facility facility,
Severity severity)
The Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |