Interface TextLogEventParser

    • Method Detail

      • parseFrom

        LogEvent parseFrom​(String input)
                    throws ParseException
        Parses a String, which is expected to contain exactly one log event.
        Parameters:
        input - the string
        Returns:
        the parsed LogEvent, never null.
        Throws:
        ParseException - if the input is malformed and cannot be parsed as a LogEvent