Uses of Enum Class
org.forgerock.audit.handlers.syslog.Facility
Package
Description
This package contains a Syslog AuditEventHandler implementation.
-
Uses of Facility in org.forgerock.audit.handlers.syslog
Modifier and TypeMethodDescriptionSyslogAuditEventHandlerConfiguration.getFacility()
Returns the facility constant that should be applied to all Syslog messages.static Facility
Returns the enum constant of this class with the specified name.static Facility[]
Facility.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SyslogAuditEventHandlerConfiguration.setFacility
(Facility facility) Sets the facility constant that should be applied to all Syslog messages.