| Package | Description |
|---|---|
| com.cloudbees.syslog | |
| com.cloudbees.syslog.integration.jul | |
| com.cloudbees.syslog.sender |
| Modifier and Type | Method and Description |
|---|---|
static Facility |
Facility.fromLabel(String label) |
static Facility |
Facility.fromNumericalCode(int numericalCode) |
Facility |
SyslogMessage.getFacility() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Facility> |
Facility.comparator()
Compare on
numericalCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
SyslogMessage.setFacility(Facility facility) |
SyslogMessage |
SyslogMessage.withFacility(Facility facility) |
| Modifier and Type | Method and Description |
|---|---|
Facility |
SyslogHandler.getFacility() |
| Modifier and Type | Method and Description |
|---|---|
void |
SyslogHandler.setFacility(Facility facility) |
| Modifier and Type | Field and Description |
|---|---|
protected Facility |
AbstractSyslogMessageSender.defaultFacility |
| Modifier and Type | Method and Description |
|---|---|
Facility |
AbstractSyslogMessageSender.getDefaultFacility() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSyslogMessageSender.setDefaultFacility(Facility defaultFacility) |
Copyright © 2009–2025 OrientDB. All rights reserved.