Uses of Enum
org.jboss.logmanager.handlers.SyslogHandler.SyslogType
Packages that use SyslogHandler.SyslogType
-
Uses of SyslogHandler.SyslogType in org.jboss.logmanager.handlers
Methods in org.jboss.logmanager.handlers that return SyslogHandler.SyslogTypeModifier and TypeMethodDescriptionSyslogHandler.getSyslogType()
Returns thesyslog type
this handler is using to format the message sent.static SyslogHandler.SyslogType
Returns the enum constant of this type with the specified name.static SyslogHandler.SyslogType[]
SyslogHandler.SyslogType.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.SyslogTypeModifier and TypeMethodDescriptionvoid
SyslogHandler.setSyslogType
(SyslogHandler.SyslogType syslogType) Set thesyslog type
this handler should use to format the message sent.Constructors in org.jboss.logmanager.handlers with parameters of type SyslogHandler.SyslogTypeModifierConstructorDescriptionSyslogHandler
(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, 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.