public interface CEFParser
| Modifier and Type | Method and Description |
|---|---|
Message |
parse(String input)
Method is used to parse text from a CEF message and convert it to a Message object.
|
Message |
parse(String input,
TimeZone timeZone,
Locale locale)
Method is used to parse text from a CEF message and convert it to a Message object.
|
Message parse(String input)
input - CEF formatted stringMessage parse(String input, TimeZone timeZone, Locale locale)
input - CEF formatted stringtimeZone - Timezone for the CEF timestamp if none was givenlocale - Locale used for parsing the CEF timestampCopyright © 2017. All rights reserved.