Class OrderPreservingLogParser

    • Constructor Detail

      • OrderPreservingLogParser

        public OrderPreservingLogParser()
      • OrderPreservingLogParser

        public OrderPreservingLogParser​(String source)
    • Method Detail

      • parseAndConfigure

        public int parseAndConfigure​(int count,
                                     TestElement el)
        parse a set number of lines from the access log. Keep in mind the number of lines parsed will depend the filter and number of lines in the log. The method returns the actual lines parsed.
        Specified by:
        parseAndConfigure in interface LogParser
        Overrides:
        parseAndConfigure in class TCLogParser
        Parameters:
        count - number of max lines to read
        el - TestElement to read lines into
        Returns:
        lines parsed