Uses of Class
org.apache.camel.component.syslog.SyslogFacility
-
Packages that use SyslogFacility Package Description org.apache.camel.component.syslog -
-
Uses of SyslogFacility in org.apache.camel.component.syslog
Methods in org.apache.camel.component.syslog that return SyslogFacility Modifier and Type Method Description SyslogFacility
SyslogMessage. getFacility()
static SyslogFacility
SyslogFacility. valueOf(String name)
Returns the enum constant of this type with the specified name.static SyslogFacility[]
SyslogFacility. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.syslog with parameters of type SyslogFacility Modifier and Type Method Description void
SyslogMessage. setFacility(SyslogFacility facility)
-