Uses of Class
org.forgerock.audit.handlers.syslog.Facility
-
Packages that use Facility Package Description org.forgerock.audit.handlers.syslog 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 Facility Modifier and Type Method Description Facility
SyslogAuditEventHandlerConfiguration. getFacility()
Returns the facility constant that should be applied to all Syslog messages.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.forgerock.audit.handlers.syslog with parameters of type Facility Modifier and Type Method Description void
SyslogAuditEventHandlerConfiguration. setFacility(Facility facility)
Sets the facility constant that should be applied to all Syslog messages.
-