Uses of Enum Class
org.jboss.logmanager.handlers.SyslogHandler.Facility
Packages that use SyslogHandler.Facility
-
Uses of SyslogHandler.Facility in org.jboss.logmanager.handlers
Fields in org.jboss.logmanager.handlers declared as SyslogHandler.FacilityModifier and TypeFieldDescriptionstatic final SyslogHandler.FacilitySyslogHandler.DEFAULT_FACILITYMethods in org.jboss.logmanager.handlers that return SyslogHandler.FacilityModifier and TypeMethodDescriptionSyslogHandler.getFacility()Returns the facility used for calculating the priority of the message.static SyslogHandler.FacilityReturns the enum constant of this class with the specified name.static SyslogHandler.Facility[]SyslogHandler.Facility.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.logmanager.handlers with parameters of type SyslogHandler.FacilityModifier and TypeMethodDescriptionprotected intSyslogHandler.calculatePriority(Level level, SyslogHandler.Facility facility) voidSyslogHandler.setFacility(SyslogHandler.Facility facility) Sets the facility used when calculating the priority of the message.Constructors in org.jboss.logmanager.handlers with parameters of type SyslogHandler.FacilityModifierConstructorDescriptionSyslogHandler(String serverHostname, int port, SyslogHandler.Facility facility, String hostname) Creates a new syslog handler that sends the messages to the server represented by theserverAddressparameter on the port represented by theportparameter.SyslogHandler(String serverHostname, int port, SyslogHandler.Facility facility, SyslogHandler.SyslogType syslogType, String hostname) Creates a new syslog handler that sends the messages to the server represented by theserverAddressparameter on the port represented by theportparameter.SyslogHandler(String serverHostname, int port, SyslogHandler.Facility facility, SyslogHandler.SyslogType syslogType, SyslogHandler.Protocol protocol, String hostname) Creates a new syslog handler that sends the messages to the server represented by theserverAddressparameter on the port represented by theportparameter.SyslogHandler(InetAddress serverAddress, int port, SyslogHandler.Facility facility, String hostname) Creates a new syslog handler that sends the messages to the server represented by theserverAddressparameter on the port represented by theportparameter.SyslogHandler(InetAddress serverAddress, int port, SyslogHandler.Facility facility, SyslogHandler.SyslogType syslogType, String hostname) Creates a new syslog handler that sends the messages to the server represented by theserverAddressparameter on the port represented by theportparameter.SyslogHandler(InetAddress serverAddress, int port, SyslogHandler.Facility facility, SyslogHandler.SyslogType syslogType, SyslogHandler.Protocol protocol, String hostname) Creates a new syslog handler that sends the messages to the server represented by theserverAddressparameter on the port represented by theportparameter.