Class ETLogParser


  • public class ETLogParser
    extends Object
    Class providing a parser for the ecu.test log files.
    • Constructor Detail

      • ETLogParser

        public ETLogParser​(FilePath logFile)
        Instantiates a new ETLogParser.
        Parameters:
        logFile - the log file
    • Method Detail

      • parse

        public List<ETLogAnnotation> parse()
        Parses the ecu.test log file.
        Returns:
        the list of annotated log messages
      • parseLogCount

        public int parseLogCount​(ETLogAnnotation.Severity severity)
        Parses the total count of log messages matching the given severity.
        Parameters:
        severity - the severity to match
        Returns:
        the total log count by severity