Uses of Enum Class
org.springframework.integration.syslog.RFC5424SyslogParser.Severity
Packages that use RFC5424SyslogParser.Severity
-
Uses of RFC5424SyslogParser.Severity in org.springframework.integration.syslog
Methods in org.springframework.integration.syslog that return RFC5424SyslogParser.SeverityModifier and TypeMethodDescriptionstatic RFC5424SyslogParser.Severity
RFC5424SyslogParser.Severity.parseInt
(int syslogSeverity) static RFC5424SyslogParser.Severity
Returns the enum constant of this class with the specified name.static RFC5424SyslogParser.Severity[]
RFC5424SyslogParser.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.