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 typethis handler is using to format the message sent.static SyslogHandler.SyslogTypeReturns 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 TypeMethodDescriptionvoidSyslogHandler.setSyslogType(SyslogHandler.SyslogType syslogType) Set thesyslog typethis 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 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, 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.