public class Rfc5424SyslogParser extends SyslogParser
Modifier | Constructor and Description |
---|---|
protected |
Rfc5424SyslogParser(String text) |
Modifier and Type | Method and Description |
---|---|
static SyslogParser |
getParser(String text) |
protected Pattern |
getPattern() |
SyslogMessage |
parse() |
protected Date |
parseDate(String dateString) |
find, getMatcher, getText, matched, matches, traceEnabled
protected Rfc5424SyslogParser(String text)
public static SyslogParser getParser(String text)
protected Pattern getPattern()
getPattern
in class SyslogParser
public SyslogMessage parse() throws SyslogParserException
parse
in class SyslogParser
SyslogParserException
protected Date parseDate(String dateString)
parseDate
in class SyslogParser
Copyright © 2015. All rights reserved.