Uses of Enum
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.Facility
SyslogHandler.DEFAULT_FACILITY
private SyslogHandler.Facility
SyslogHandler.facility
Methods 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.Facility
Returns the enum constant of this type with the specified name.static SyslogHandler.Facility[]
SyslogHandler.Facility.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.logmanager.handlers with parameters of type SyslogHandler.FacilityModifier and TypeMethodDescriptionprotected int
SyslogHandler.calculatePriority
(Level level, SyslogHandler.Facility facility) void
SyslogHandler.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 theserverAddress
parameter on the port represented by theport
parameter.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 theserverAddress
parameter on the port represented by theport
parameter.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 theserverAddress
parameter on the port represented by theport
parameter.SyslogHandler
(InetAddress serverAddress, int port, SyslogHandler.Facility facility, String hostname) Creates a new syslog handler that sends the messages to the server represented by theserverAddress
parameter on the port represented by theport
parameter.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 theserverAddress
parameter on the port represented by theport
parameter.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 theserverAddress
parameter on the port represented by theport
parameter.