Uses of Enum Class
org.forgerock.audit.handlers.syslog.Facility
Packages that use Facility
Package
Description
This package contains a Syslog AuditEventHandler implementation.
-
Uses of Facility in org.forgerock.audit.handlers.syslog
Methods in org.forgerock.audit.handlers.syslog that return FacilityModifier 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.Methods in org.forgerock.audit.handlers.syslog with parameters of type FacilityModifier and TypeMethodDescriptionvoid
SyslogAuditEventHandlerConfiguration.setFacility
(Facility facility) Sets the facility constant that should be applied to all Syslog messages.